diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-09 20:54:30 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-09 20:54:30 +0000 |
commit | e31810527ff4b70f851eeb4289fd0c918327f87b (patch) | |
tree | 7bc6866c8da527cbf433db23021787b05e8d9ce4 /devel/swig11/Makefile | |
parent | Add more patches, one from max@freebsd.org (diff) |
upgrade to version 1.0,
change MAINTAINER jkh -> erich
Requested by: jkh
Notes
Notes:
svn path=/head/; revision=3944
Diffstat (limited to 'devel/swig11/Makefile')
-rw-r--r-- | devel/swig11/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index fa5fcf5e4561..e7747170cc6a 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: SWIG -# Version required: 1.0b1 +# Version required: 1.0b3p1 # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1996/04/19 18:44:04 jkh Exp $ +# $Id: Makefile,v 1.2 1996/04/23 07:47:40 asami Exp $ # -DISTNAME= swig1.0b1 -PKGNAME= swig-1.0b1 +DISTNAME= swig1.0 +PKGNAME= swig-1.0 CATEGORIES+= devel MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ -MAINTAINER= jkh@FreeBSD.org +GNU_CONFIGURE= yes +MAINTAINER= erich@FreeBSD.org -WRKSRC= ${WRKDIR}/SWIG1.0b1 +WRKSRC= ${WRKDIR}/SWIG1.0 .include <bsd.port.mk> |