summaryrefslogtreecommitdiff
path: root/devel/jam/Makefile
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1998-07-11 02:40:50 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1998-07-11 02:40:50 +0000
commitd592516ce5568382e1ece8919f51462e777cafb4 (patch)
treef6a7bd349e5e6ee8e9abbfc8cc05a8acffd78cd2 /devel/jam/Makefile
parentMisc. updates/cleanup from maintainer. (diff)
Import Jam/MR, a build utility like make(1).
Notes
Notes: svn path=/head/; revision=11820
Diffstat (limited to 'devel/jam/Makefile')
-rw-r--r--devel/jam/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile
new file mode 100644
index 000000000000..4ec4f1576aea
--- /dev/null
+++ b/devel/jam/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: jam
+# Version required: 2.2
+# Date created: 10 July 1998
+# Whom: Jeffrey Hsu <hsu@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= jam-2.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.perforce.com/pub/jam/
+
+MAINTAINER= hsu@freebsd.org
+
+HTML_DOCS_DIR= ${PREFIX}/share/doc/jam
+HTML_DOCS= Jam.html Jambase.html Jamfile.html Jamlang.html
+
+do-install:
+ (cd ${WRKSRC}; \
+ bin.freebsdx86/jam install; \
+ ${MKDIR} ${HTML_DOCS_DIR}; \
+ ${INSTALL_MAN} ${HTML_DOCS} ${HTML_DOCS_DIR})
+
+.include <bsd.port.mk>