diff options
author | jkh <jkh@FreeBSD.org> | 1996-04-19 18:44:04 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-04-19 18:44:04 +0000 |
commit | a7bd6d2a7d780c7e1f50ea81da3cb55e0c288e4b (patch) | |
tree | 351246da7772aea107749b61033400b05031833c /devel/swig20/Makefile | |
parent | 9374a4f3283e6691589dbf7814a2b21a48a9afaa (diff) | |
download | FreeBSD-ports-a7bd6d2a7d780c7e1f50ea81da3cb55e0c288e4b.zip FreeBSD-ports-a7bd6d2a7d780c7e1f50ea81da3cb55e0c288e4b.tar.gz |
This is SWIG - an interface generator for TCL/Python/PERL/Guile/etc.
Diffstat (limited to 'devel/swig20/Makefile')
-rw-r--r-- | devel/swig20/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile new file mode 100644 index 0000000..5030181 --- /dev/null +++ b/devel/swig20/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: SWIG +# Version required: 1.0b1 +# Date created: 19 April 1996 +# Whom: jkh +# +# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $ +# + +DISTNAME= swig1.0b1 +CATEGORIES+= devel +MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ +MAINTAINER= jkh@FreeBSD.org +EXTRACT_SUFX= .tar.gz +WRKSRC= ${WRKDIR}/SWIG1.0b1 + +.include <bsd.port.mk> |