openbsd-ports/devel/pccts/Makefile

32 lines
647 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 10:50:24 espie Exp $
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
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
2013-03-11 06:50:00 -04:00
NO_TEST= Yes
2002-10-25 18:37:52 -04:00
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>