openbsd-ports/devel/swig/Makefile

20 lines
348 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 1999/04/01 06:20:08 brad Exp $
1997-12-01 17:23:25 -05:00
DISTNAME= swig1.1
PKGNAME= swig-1.1
CATEGORIES= devel
1998-10-08 14:47:14 -04:00
#BROKEN= "newer version available"
1997-12-01 17:23:25 -05:00
MAINTAINER= ports@openbsd.org
1997-12-01 17:23:25 -05:00
1998-10-08 14:47:14 -04:00
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
1997-12-01 17:23:25 -05:00
WRKSRC= ${WRKDIR}/SWIG1.1
GNU_CONFIGURE= yes
post-build:
@cd ${WRKSRC}; make runtime
.include <bsd.port.mk>