NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
Jam/MR is a build utility like make(1). It has its own expressive
language which allows for portable Jamfiles capable of building
large projects with multiple concurrent processes (although by
default it uses a single process).
This is a slightly modified version of jam from the guys at Acunia.
# $NetBSD: Makefile,v 1.13 2008/03/03 17:45:34 jlam Exp $
#
DISTNAME= acunia-jam-1.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= skrll@NetBSD.org
HOMEPAGE= http://wonka.acunia.com/
COMMENT= Acunia version of the program construction tool, like make(1)
CONFLICTS= jam-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/jam
USE_TOOLS+= yacc
DOCDIR= share/doc/${PKGBASE}
HTMLDIR= share/doc/html/${PKGBASE}
INSTALLATION_DIRS= bin
do-install:
for file in jam mkjambase; do \
${INSTALL_PROGRAM} ${WRKSRC}/bin.*/$${file} \
${DESTDIR}${PREFIX}/bin; \
done
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${DOCDIR}
for file in Porting README RELNOTES; do \
${INSTALL_DATA} ${WRKSRC}/$${file} \
${DESTDIR}${PREFIX}/${DOCDIR}; \
done
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${HTMLDIR}
for file in ${WRKSRC}/*.html; do \
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/${HTMLDIR}; \
done
.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:48:32 joerg Exp $
bin/jam
bin/mkjambase
share/doc/acunia-jam/Porting
share/doc/acunia-jam/README
share/doc/acunia-jam/RELNOTES
share/doc/html/acunia-jam/Jam.html
share/doc/html/acunia-jam/Jambase.html
share/doc/html/acunia-jam/Jamfile.html
$NetBSD: distinfo,v 1.5 2007/07/25 12:16:29 joerg Exp $
SHA1 (acunia-jam-1.0.tar.gz) = 784a892a1ba6531b0c19ec3a03f49dd7afbddd47
RMD160 (acunia-jam-1.0.tar.gz) = a1138e60aea64096a9f008e9e01ed1ae9dbf0bcc
Size (acunia-jam-1.0.tar.gz) = 138340 bytes
SHA1 (patch-aa) = 45a957df574ffd63f90214500bad33adc0f63826
SHA1 (patch-ab) = d6e4f102b898a6a144d3686ba664da256e6f9726
SHA1 (patch-ac) = cbd45ad20628361e95ecd10a2ddad7e1efdc2c5d