aboutsummaryrefslogtreecommitdiffstats
path: root/devel/SWIG-devel/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-03 03:28:07 +0800
committerwill <will@FreeBSD.org>2000-06-03 03:28:07 +0800
commit4bd6bb03b0a59ef0a177b99937bd9e5989b71b0b (patch)
treeae407bf76879579b328998eed54e740ac90bb3ce /devel/SWIG-devel/Makefile
parent3161d9ecc5746b9a333f78bee88c514a67620c48 (diff)
downloadfreebsd-ports-gnome-4bd6bb03b0a59ef0a177b99937bd9e5989b71b0b.tar.gz
freebsd-ports-gnome-4bd6bb03b0a59ef0a177b99937bd9e5989b71b0b.tar.zst
freebsd-ports-gnome-4bd6bb03b0a59ef0a177b99937bd9e5989b71b0b.zip
Update to 1.3a2. Add SourceForge master sites. Remove now-irrelevant
patches.
Diffstat (limited to 'devel/SWIG-devel/Makefile')
-rw-r--r--devel/SWIG-devel/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile
index dc6517538347..a5dfd947b260 100644
--- a/devel/SWIG-devel/Makefile
+++ b/devel/SWIG-devel/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>