diff options
author | asami <asami@FreeBSD.org> | 1997-12-04 11:17:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-04 11:17:45 +0000 |
commit | 5d9fd8ad088a79a9af74a1f8e90cd9be659412bb (patch) | |
tree | 3741030008e883f386c13883e207e8fe32213817 /devel/SWIG/Makefile | |
parent | 0a871e9c450cc7735224de670bdfa7c6f321fce6 (diff) | |
download | FreeBSD-ports-5d9fd8ad088a79a9af74a1f8e90cd9be659412bb.zip FreeBSD-ports-5d9fd8ad088a79a9af74a1f8e90cd9be659412bb.tar.gz |
Merge swig (committed accidentally) into SWIG. I copied Makefile, files/md5
and pkg/PLIST and made minor changes. pkg/COMMENT and pkg/DESCR are left
alone to honor the original porter.
I've also left the MAINTAINER line alone. Please talk to the original
maintainer if you want to change this.
devel/swig will be deleted in a few days.
Diffstat (limited to 'devel/SWIG/Makefile')
-rw-r--r-- | devel/SWIG/Makefile | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index 7ab7a2b..752adf2 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -1,22 +1,30 @@ # New ports collection makefile for: SWIG -# Version required: 1.1b5p1 +# Version required: 1.1p2 # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.6 1997/03/27 23:48:18 erich Exp $ +# $Id: Makefile,v 1.7 1997/08/11 15:06:30 erich Exp $ # -DISTNAME= swig1.1 -PKGNAME= swig-1.1 +DISTNAME= swig1.1p2 +PKGNAME= swig-1.1p2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ +MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ + ftp://ftp.rge.com/pub/languages/swig/ \ + ftp://ftp.mcc.ac.uk/pub/mvc/swig/ -MAINTAINER= erich@FreeBSD.org +MAINTAINER= erich@FreeBSD.ORG -WRKSRC= ${WRKDIR}/SWIG1.1 -GNU_CONFIGURE= yes +BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ -post-build: - @cd ${WRKSRC}; make runtime +USE_PERL5= YES +WRKSRC= ${WRKDIR}/SWIG1.1p2 +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ + --with-tcllib=${PREFIX}/lib/tcl8.0/ + +ALL_TARGET= all runtime + +MAN1= swig.1 .include <bsd.port.mk> |