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 PORTNAME= jam
PORTVERSION= 2.2 PORTVERSION= 2.3
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/ MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/
MAINTAINER= ports@freebsd.org MAINTAINER= ports@FreeBSD.org
HTML_DOCS_DIR= ${PREFIX}/share/doc/jam NO_WRKSUBDIR= yes
HTML_DOCS= Jam.html Jambase.html Jamfile.html Jamlang.html USE_ZIP= yes
do-install: do-install:
(cd ${WRKSRC}; \ ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin
./jam0 install; \ .if !defined(NOPORTDOCS)
${MKDIR} ${HTML_DOCS_DIR}; \ @${MKDIR} ${PREFIX}/share/doc/jam
${INSTALL_MAN} ${HTML_DOCS} ${HTML_DOCS_DIR}) ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/jam
.endif
.include <bsd.port.mk> .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.orig Thu Jan 4 16:53:08 2001
+++ Makefile Mon Jul 13 11:02:39 1998 +++ Makefile Thu Feb 1 22:13:36 2001
@@ -37,7 +37,7 @@ @@ -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 rules.c scan.c search.c timestamp.c variable.c
all: jam0 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 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 which allows for portable Jamfiles capable of building large projects with
multiple concurrent processes. multiple concurrent processes.
WWW: http://www.perforce.com/jam/jam.html

View file

@ -1,6 +1,5 @@
bin/jam bin/jam
share/doc/jam/Jam.html %%PORTDOCS%%share/doc/jam/Jam.html
share/doc/jam/Jambase.html %%PORTDOCS%%share/doc/jam/Jambase.html
share/doc/jam/Jamfile.html %%PORTDOCS%%share/doc/jam/Jamfile.html
share/doc/jam/Jamlang.html %%PORTDOCS%%@dirrm share/doc/jam
@dirrm share/doc/jam