diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-17 19:31:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-17 19:31:33 +0800 |
commit | acbdbb2ce1188272df6aff60a093b32afc4c7d5a (patch) | |
tree | b4a1f497b61a296384e52d3a31bfd2ac20baa5aa /devel/bison20/Makefile | |
parent | 9b1a30d77774e6afefc9236b81a7a4487539c44a (diff) | |
download | freebsd-ports-graphics-acbdbb2ce1188272df6aff60a093b32afc4c7d5a.tar.gz freebsd-ports-graphics-acbdbb2ce1188272df6aff60a093b32afc4c7d5a.tar.zst freebsd-ports-graphics-acbdbb2ce1188272df6aff60a093b32afc4c7d5a.zip |
With Bison being shown the door in 4.0-CURRENT, we need the Bison port back.
Diffstat (limited to 'devel/bison20/Makefile')
-rw-r--r-- | devel/bison20/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile new file mode 100644 index 00000000000..6e9a3970b39 --- /dev/null +++ b/devel/bison20/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: bison +# Version required: 1.28 +# Date created: 27 Mar 1999 +# Whom: Jerry Hicks +# +# $FreeBSD$ +# + +DISTNAME= bison-1.28 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= bison + +MAINTAINER= wghicks@bellsouth.net +MAINTAINER+= obrien@NUXI.com + +Y2K= http://www.gnu.org/software/year2000.html + +GNU_CONFIGURE= yes + +MAN1= bison.1 + +post-install: + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ + fi + @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir + +.include <bsd.port.mk> |