aboutsummaryrefslogtreecommitdiff
path: root/devel/swig11/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-22 01:54:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-22 01:54:02 +0000
commit842b6d60a534a2ca19e4dd64d2073962e9834c60 (patch)
treee69525adf9db7474f7b29d77d032e8a391465fc5 /devel/swig11/Makefile
parent1f162aeab78554815868adad02a94737f5633aeb (diff)
downloadports-842b6d60a534a2ca19e4dd64d2073962e9834c60.tar.gz
ports-842b6d60a534a2ca19e4dd64d2073962e9834c60.zip
Notes
Diffstat (limited to 'devel/swig11/Makefile')
-rw-r--r--devel/swig11/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index b15c2f683c07..e530f12155b1 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= swig
-PORTVERSION= 1.3a3
-CATEGORIES= devel python tcl82
+PORTVERSION= 1.1p5
+CATEGORIES= devel perl5 python tcl82
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- ftp://ftp.rge.com/pub/languages/swig/ \
- ftp://ftp.python.org/pub/python/contrib/System/ \
+ ftp://ftp.rge.com/pub/languages/swig/1.1/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
@@ -23,10 +22,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
USE_PERL5= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
-ALL_TARGET= swig runtime
-PLIST_SUB+= VER="1.3"
+
+ALL_TARGET= all runtime
+
+MAN1= swig.1
.include <bsd.port.mk>