Upgrade to version 2.3

PR: 24872
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2001-02-08 12:27:12 +00:00
parent 88ecd58936
commit e28a51b4e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38098
5 changed files with 30 additions and 17 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (jam-2.2.tar.gz) = f0eb074b076a864c14fbd929ccbc35e2
MD5 (jam-2.3.zip) = 3eb37e221712f483d9b054d4cfafd49a

View file

@ -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

View file

@ -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

View file

@ -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