2000-02-13 03:25:05 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: bison
|
|
|
|
# Date created: 27 Mar 1999
|
|
|
|
# Whom: Jerry Hicks
|
2000-01-17 11:31:33 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= bison
|
|
|
|
PORTVERSION= 1.28
|
2000-01-17 11:31:33 +00:00
|
|
|
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
|
2000-01-17 11:31:33 +00:00
|
|
|
|
2000-06-12 10:00:36 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
|
2000-01-17 11:31:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-12 10:00:36 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-06-12 10:12:45 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
2000-06-12 10:00:36 +00:00
|
|
|
|
2000-01-17 11:31:33 +00:00
|
|
|
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>
|