aboutsummaryrefslogtreecommitdiff
path: root/devel/jam
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-08 12:27:12 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-08 12:27:12 +0000
commite28a51b4e13733e75bf0d77a31ce751806f9097c (patch)
tree11c2b1e46dfd08a0e06e4fe44ec65bd8ab784946 /devel/jam
parent88ecd589361ae35335e152ff271e7199d7cba27c (diff)
downloadports-e28a51b4e13733e75bf0d77a31ce751806f9097c.tar.gz
ports-e28a51b4e13733e75bf0d77a31ce751806f9097c.zip
Notes
Diffstat (limited to 'devel/jam')
-rw-r--r--devel/jam/Makefile17
-rw-r--r--devel/jam/distinfo2
-rw-r--r--devel/jam/files/patch-aa17
-rw-r--r--devel/jam/pkg-descr2
-rw-r--r--devel/jam/pkg-plist9
5 files changed, 30 insertions, 17 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile
index 5fb309accade..30f50839bbbf 100644
--- a/devel/jam/Makefile
+++ b/devel/jam/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= jam
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
-HTML_DOCS_DIR= ${PREFIX}/share/doc/jam
-HTML_DOCS= Jam.html Jambase.html Jamfile.html Jamlang.html
+NO_WRKSUBDIR= yes
+USE_ZIP= yes
do-install:
- (cd ${WRKSRC}; \
- ./jam0 install; \
- ${MKDIR} ${HTML_DOCS_DIR}; \
- ${INSTALL_MAN} ${HTML_DOCS} ${HTML_DOCS_DIR})
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/jam
+ ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/jam
+.endif
.include <bsd.port.mk>
diff --git a/devel/jam/distinfo b/devel/jam/distinfo
index 18d1619a5e99..e926d00c028c 100644
--- a/devel/jam/distinfo
+++ b/devel/jam/distinfo
@@ -1 +1 @@
-MD5 (jam-2.2.tar.gz) = f0eb074b076a864c14fbd929ccbc35e2
+MD5 (jam-2.3.zip) = 3eb37e221712f483d9b054d4cfafd49a
diff --git a/devel/jam/files/patch-aa b/devel/jam/files/patch-aa
index 041ced6656d0..46d73fab914e 100644
--- a/devel/jam/files/patch-aa
+++ b/devel/jam/files/patch-aa
@@ -1,6 +1,17 @@
---- Makefile.0 Wed Nov 12 01:22:21 1997
-+++ Makefile Mon Jul 13 11:02:39 1998
-@@ -37,7 +37,7 @@
+--- Makefile.orig Thu Jan 4 16:53:08 2001
++++ Makefile Thu Feb 1 22:13:36 2001
+@@ -1,8 +1,8 @@
+ # Makefile for jam
+
+-CC = cc
++#CC = cc
+ TARGET = -o jam0
+-CFLAGS =
++#CFLAGS =
+
+ # Special flavors - uncomment appropriate lines
+
+@@ -54,7 +54,7 @@
rules.c scan.c search.c timestamp.c variable.c
all: jam0
diff --git a/devel/jam/pkg-descr b/devel/jam/pkg-descr
index 27873ecab4e9..d0f317a501c6 100644
--- a/devel/jam/pkg-descr
+++ b/devel/jam/pkg-descr
@@ -2,3 +2,5 @@ Jam/MR (formerly "jam - make(1) redux")
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.
+
+WWW: http://www.perforce.com/jam/jam.html
diff --git a/devel/jam/pkg-plist b/devel/jam/pkg-plist
index 74400efa9e86..15f7d5c14cc6 100644
--- a/devel/jam/pkg-plist
+++ b/devel/jam/pkg-plist
@@ -1,6 +1,5 @@
bin/jam
-share/doc/jam/Jam.html
-share/doc/jam/Jambase.html
-share/doc/jam/Jamfile.html
-share/doc/jam/Jamlang.html
-@dirrm share/doc/jam
+%%PORTDOCS%%share/doc/jam/Jam.html
+%%PORTDOCS%%share/doc/jam/Jambase.html
+%%PORTDOCS%%share/doc/jam/Jamfile.html
+%%PORTDOCS%%@dirrm share/doc/jam