openbsd-ports/devel/bison/Makefile

22 lines
433 B
Makefile
Raw Normal View History

1999-07-29 10:03:48 -04:00
# $OpenBSD: Makefile,v 1.10 1999/07/29 14:03:48 espie Exp $
1999-04-19 21:15:10 -04:00
DISTNAME= bison-1.27
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
1999-07-29 10:03:48 -04:00
INFO_FILES=bison.info
# bison installs bison.info*... remove our patch original before installing
#
pre-install:
@${RM} -f ${WRKSRC}/bison.info.orig
.include <bsd.port.mk>