diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:18:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:18:08 +0000 |
commit | 1cbce94c511325b0af23bf5e6113467a379e5382 (patch) | |
tree | af1cd743c6ec32819ce9b7853ecf3c7f90932550 /devel/bison2/Makefile | |
parent | Add the evg and lynx-ssl ports. (diff) |
Initial import of bison version 1.27.
GNU's YACCalike parser generator.
PR: 10839
Submitted by: Jerry Hicks <wghicks@bellsouth.net>
Notes
Notes:
svn path=/head/; revision=18385
Diffstat (limited to 'devel/bison2/Makefile')
-rw-r--r-- | devel/bison2/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile new file mode 100644 index 000000000000..318615db317c --- /dev/null +++ b/devel/bison2/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: bison +# Version required: 1.27 +# Date created: 27 Mar 1999 +# Whom: Jerry Hicks +# +# $Id$ +# + +DISTNAME= bison-1.27 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= bison + +MAINTAINER= wghicks@bellsouth.net + +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> |