summaryrefslogtreecommitdiff
path: root/devel/byacc/Makefile
diff options
context:
space:
mode:
authortv <tv>2005-03-21 21:39:15 +0000
committertv <tv>2005-03-21 21:39:15 +0000
commit38b421189a1bbee7315fb3a4f18a74b1ccb632a2 (patch)
tree04f6d82f74b3b08c8278918ef44345974919f077 /devel/byacc/Makefile
parent4c7704260a2fdbeda1881f3ab37f05da349987c3 (diff)
downloadpkgsrc-38b421189a1bbee7315fb3a4f18a74b1ccb632a2.tar.gz
A portable version of BSD's yacc(1), a lightweight alternative to bison
in some environments. From DESCR: Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation.
Diffstat (limited to 'devel/byacc/Makefile')
-rw-r--r--devel/byacc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/byacc/Makefile b/devel/byacc/Makefile
new file mode 100644
index 00000000000..d60855bcefa
--- /dev/null
+++ b/devel/byacc/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/21 21:39:15 tv Exp $
+#
+
+DISTNAME= byacc-20040328
+CATEGORIES= devel
+MASTER_SITES= ftp://invisible-island.net/byacc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://dickey.his.com/byacc/byacc.html
+COMMENT= Berkeley Yacc
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+
+.include "../../mk/bsd.pkg.mk"