summaryrefslogtreecommitdiff
path: root/devel/SWIG-devel/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-12-04 11:17:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-12-04 11:17:45 +0000
commitc040613034b7446ee442566ca1fbb00802ce2496 (patch)
tree479a87444b417f3e350e3a958335f91e95024402 /devel/SWIG-devel/Makefile
parentAdd MANUAL_PACKAGE_BUILD, papersize has to be set. (diff)
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.
Notes
Notes: svn path=/head/; revision=8985
Diffstat (limited to 'devel/SWIG-devel/Makefile')
-rw-r--r--devel/SWIG-devel/Makefile28
1 files changed, 18 insertions, 10 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile
index 7ab7a2b3a2df..752adf221079 100644
--- a/devel/SWIG-devel/Makefile
+++ b/devel/SWIG-devel/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>