1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/bison-devel/Makefile

28 lines
574 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# 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
2000-02-13 03:25:05 +00:00
MAINTAINER= obrien@NUXI.com
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>