openbsd-ports/devel/bison/Makefile

27 lines
601 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1999/04/08 06:04:54 marc Exp $
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
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
# bison installs bison.info*... remove our patch original before installing
#
pre-install:
@${RM} -f ${WRKSRC}/bison.info.orig
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>