blob: ebd607f88bca9583b4e8f2cdc1081466509937a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.18 2001/02/16 14:38:18 wiz Exp $
DISTNAME= bison-1.28
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
MAINTAINER= thorpej@netbsd.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
COMMENT= GNU yacc(1) replacement
BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_LIBINTL= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -Dunix # for $TMPDIR parsing
INFO_FILES= bison.info
.include "../../mk/bsd.pkg.mk"
|