diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-02 19:28:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-02 19:28:07 +0000 |
commit | b87ca5fd1d4937da56b657aa55ff0d8f4ac18730 (patch) | |
tree | 15c0cc6cfac478b16d605996e28428605ecaf101 /devel/swig11/Makefile | |
parent | ba7feb96a5faf7d56e3aeab6e95c0164ae520c84 (diff) |
Notes
Diffstat (limited to 'devel/swig11/Makefile')
-rw-r--r-- | devel/swig11/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index dc6517538347..a5dfd947b260 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -6,9 +6,12 @@ # PORTNAME= swig -PORTVERSION= 1.1p5 +PORTVERSION= 1.3a2 CATEGORIES= devel python tcl82 -MASTER_SITES= ftp://ftp.rge.com/pub/languages/swig/1.1/ \ +MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/swig/ \ + http://download.sourceforge.net/swig/ \ + ftp://ftp.rge.com/pub/languages/swig/ \ + ftp://ftp.python.org/pub/python/contrib/System/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -18,13 +21,11 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p5 -GNU_CONFIGURE= YES +WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} +USE_LIBTOOL= YES CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ --with-tcllib=${PREFIX}/lib/tcl8.2/ - -ALL_TARGET= all runtime - -MAN1= swig.1 - +ALL_TARGET= swig runtime +PLIST_SUB+= VER="1.3" + .include <bsd.port.mk> |