2000-02-12 22:25:05 -05:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: bison
|
|
|
|
# Date created: 27 Mar 1999
|
|
|
|
# Whom: Jerry Hicks
|
2000-01-17 06:31:33 -05:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= bison
|
2001-09-22 20:21:23 -04:00
|
|
|
PORTVERSION= 1.29
|
2000-01-17 06:31:33 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= bison
|
|
|
|
|
2000-02-12 22:25:05 -05:00
|
|
|
MAINTAINER= obrien@NUXI.com
|
2000-01-17 06:31:33 -05:00
|
|
|
|
2000-06-12 06:00:36 -04:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
|
2000-01-17 06:31:33 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-12 06:00:36 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-09-23 02:40:35 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
|
|
|
MAKEINFO="makeinfo --no-split"
|
2000-06-12 06:00:36 -04:00
|
|
|
|
2000-01-17 06:31:33 -05:00
|
|
|
MAN1= bison.1
|
|
|
|
|
2001-09-23 02:40:35 -04:00
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/doc/bison.info*
|
|
|
|
|
2000-01-17 06:31:33 -05:00
|
|
|
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>
|