diff options
Diffstat (limited to 'devel/swig20/Makefile')
-rw-r--r-- | devel/swig20/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile deleted file mode 100644 index f6d51d3290dc..000000000000 --- a/devel/swig20/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: SWIG -# Version required: 1.1p4 -# Date created: 19 April 1996 -# Whom: jkh -# -# $Id: Makefile,v 1.13 1998/12/07 05:34:37 steve Exp $ -# - -DISTNAME= swig1.1p5 -PKGNAME= swig-1.1p5 -CATEGORIES= devel python tcl81 -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 - -BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ - ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 - -USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p5 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ - --with-tcllib=${PREFIX}/lib/tcl8.1/ - -ALL_TARGET= all runtime - -MAN1= swig.1 - -.include <bsd.port.mk> |