openbsd-ports/devel/pccts/Makefile
fgsch 08df720d4a The filename now includes the maintainence release; thanks to NetBSD's
maintainer David Maxwell for the info.
Kill LICENSE_TYPE and change the package name to reflect the mr as well.
2000-06-17 18:47:40 +00:00

29 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.3 2000/06/17 18:47:40 fgsch Exp $
PKGNAME= pccts-1.33r22
CATEGORIES= devel lang
NEED_VERSION= 1.302
MASTER_SITES= http://www.polhode.com/
DISTNAME= pccts133mr22
MAINTAINER= fgsch@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_ZIP= Yes
WRKDIST= ${WRKDIR}/pccts
MAKE_FILE= makefile
ALL_TARGET=
do-install:
cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} antlr dlg genmk sor \
${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/include/pccts
${INSTALL_DATA} ${WRKSRC}/h/* ${PREFIX}/include/pccts
.include <bsd.port.mk>