1999-05-03 03:18:08 +00:00
|
|
|
# New ports collection makefile for: bison
|
1999-08-11 04:34:53 +00:00
|
|
|
# Version required: 1.28
|
1999-05-03 03:18:08 +00:00
|
|
|
# Date created: 27 Mar 1999
|
|
|
|
# Whom: Jerry Hicks
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 03:18:08 +00:00
|
|
|
#
|
|
|
|
|
1999-08-11 04:34:53 +00:00
|
|
|
DISTNAME= bison-1.28
|
1999-05-03 03:18:08 +00:00
|
|
|
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>
|