summaryrefslogtreecommitdiff
path: root/devel/pccts/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-18 15:00:36 +0000
committerwiz <wiz>2000-02-18 15:00:36 +0000
commit4f400c84774fceaf6dff4d798224afad7d53aed2 (patch)
tree88a36a613409385784ccf01c1ed628376951baa8 /devel/pccts/Makefile
parente4126dbe776b7e31effdc0486d7a0f196ec7adcb (diff)
downloadpkgsrc-4f400c84774fceaf6dff4d798224afad7d53aed2.tar.gz
Initial import of the Purdue Compiler-Compiler Tool Set, needed by
cdrdao. Package provided by David Maxwell <david@fundy.ca> in private mail.
Diffstat (limited to 'devel/pccts/Makefile')
-rw-r--r--devel/pccts/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile
new file mode 100644
index 00000000000..2d9d745300e
--- /dev/null
+++ b/devel/pccts/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/18 15:00:36 wiz Exp $
+#
+
+DISTNAME= pccts133mr
+PKGNAME= pccts-1.33
+CATEGORIES= devel
+MASTER_SITES= http://www.polhode.com/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= David Maxwell <david@maxwell.net>
+HOMEPAGE= http://www.polhode.com/pccts.html
+
+BUILD_DEPENDS= unzip:../../archivers/unzip
+
+EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE}
+WRKSRC= ${WRKDIR}/pccts
+MAKEFILE= makefile
+ALL_TARGET=
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/antlr ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dlg ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/genmk ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/sor ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pccts
+ ${INSTALL_MAN} ${WRKSRC}/CHANGES_FROM_131.txt \
+ ${WRKSRC}/CHANGES_FROM_133.txt \
+ ${WRKSRC}/CHANGES_FROM_133_BEFORE_MR13.txt \
+ ${WRKSRC}/KNOWN_PROBLEMS.txt \
+ ${WRKSRC}/RIGHTS ${WRKSRC}/history.txt \
+ ${PREFIX}/share/doc/pccts/
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/pccts
+ ${INSTALL_MAN} ${WRKSRC}/h/*.h ${PREFIX}/include/pccts/
+ ${INSTALL_MAN} ${WRKSRC}/h/*.c ${PREFIX}/include/pccts/
+ ${INSTALL_MAN} ${WRKSRC}/h/*.cpp ${PREFIX}/include/pccts/
+
+.include "../../mk/bsd.pkg.mk"