openbsd-ports/devel/pccts/Makefile

35 lines
732 B
Makefile
Raw Normal View History

2005-06-28 23:56:43 -04:00
# $OpenBSD: Makefile,v 1.20 2005/06/29 03:56:43 fgsch Exp $
2003-04-10 14:08:56 -04:00
COMMENT= "Purdue Compiler Construction Tool Set"
2002-10-23 18:13:33 -04:00
DISTNAME= pccts133mr33
PKGNAME= pccts-1.33r33
CATEGORIES= devel lang
MASTER_SITES= http://www.polhode.com/
EXTRACT_SUFX= .zip
HOMEPAGE= http://www.polhode.com/pccts.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 19:11:03 -05:00
WANTLIB= c
MAKE_FILE= makefile
2002-07-20 21:10:39 -04:00
MAKE_FLAGS= CC="${CC}" COPT="${CFLAGS}"
ALL_TARGET=
WRKDIST= ${WRKDIR}/pccts
2002-10-25 18:37:52 -04:00
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/pccts
cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} antlr dlg genmk sor \
${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/h/* ${PREFIX}/include/pccts
.include <bsd.port.mk>