1999-04-08 02:04:54 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 1999/04/08 06:04:54 marc Exp $
|
1998-02-10 18:54:05 -05:00
|
|
|
|
|
|
|
DISTNAME= bison-1.25
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= d@openbsd.org
|
|
|
|
|
1998-10-08 14:21:00 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-03-06 19:14:40 -05:00
|
|
|
MASTER_SITE_SUBDIR= bison
|
1998-10-08 14:21:00 -04:00
|
|
|
|
1999-03-10 12:57:03 -05:00
|
|
|
SEPARATE_BUILD=concurrent
|
1998-02-10 18:54:05 -05:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1998-06-24 17:29:00 -04:00
|
|
|
# bison installs bison.info*... remove our patch original before installing
|
|
|
|
#
|
|
|
|
pre-install:
|
1999-04-08 02:04:54 -04:00
|
|
|
@${RM} -f ${WRKSRC}/bison.info.orig
|
1998-06-24 17:29:00 -04: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
|
|
|
|
|
1998-02-10 18:54:05 -05:00
|
|
|
.include <bsd.port.mk>
|