diff options
author | knu <knu@FreeBSD.org> | 2000-10-16 09:43:32 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-16 09:43:32 +0000 |
commit | d527fcd7e39c62bc1acfe442ce52da832d2cd06d (patch) | |
tree | 06326f281a1df74807071e904de02683ba01e22e /devel/swig20 | |
parent | a57b568e4a291fb1cc452d9382a307c85fbfc620 (diff) | |
download | FreeBSD-ports-d527fcd7e39c62bc1acfe442ce52da832d2cd06d.zip FreeBSD-ports-d527fcd7e39c62bc1acfe442ce52da832d2cd06d.tar.gz |
Install the executables with version numbers, to allow SWIG-dependent
ports to specify the version of SWIG to use.
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 19 | ||||
-rw-r--r-- | devel/swig20/pkg-plist | 1 |
2 files changed, 13 insertions, 7 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 160aad7..25acdd9 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: SWIG -# Date created: 19 April 1996 -# Whom: jkh +# New ports collection makefile for: SWIG +# Date created: 19 April 1996 +# Whom: jkh # # $FreeBSD$ # PORTNAME= swig -PORTVERSION= 1.3a5 -PORTREVISION= 1 +PORTVERSION= ${VER}a5 +PORTREVISION= 2 CATEGORIES= devel perl5 python ruby tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/ \ @@ -20,6 +20,8 @@ MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +VER= 1.3 + USE_PERL5= yes USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes @@ -30,7 +32,10 @@ WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= 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= swig runtime +PLIST_SUB= VER="${VER}" + +post-install: + ${LN} ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} .include <bsd.port.mk> diff --git a/devel/swig20/pkg-plist b/devel/swig20/pkg-plist index 80dc5f4..c5079e3 100644 --- a/devel/swig20/pkg-plist +++ b/devel/swig20/pkg-plist @@ -1,4 +1,5 @@ bin/swig +bin/swig%%VER%% lib/libswigpl.a lib/libswigpl.la lib/libswigpl.so |