pkgsrc-wip/bison13/Makefile
Michal Pasternak d0e51ad507 Initial import.
This package is needed for compatibility reasons to compile wip/prothon.

TODO:
$Id$

Unsure about PLIST.

Unsure if it will work on a "clean" system with wip/prothon (the package for
bison-1.35 is stripped), but I have no resources to test this.

	-- dotz@irc.pl


DESCR:
Bison is the GNU replacement for yacc(1).  Some programs depend on
extensions present in Bison.

[WARNING]
This is old version of GNU Bison, needed to compile some packages, imported
as a need for backward compatibility. If you plan to use GNU Bison, get a
recent version of the package from devel/bison.
2004-03-27 23:53:45 +00:00

30 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/27 23:53:45 mpasternak Exp $
# $Id: Makefile,v 1.1.1.1 2004/03/27 23:53:45 mpasternak Exp $
#
DISTNAME= bison-1.35
PKGNAME= ${DISTNAME:S/-/13-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
COMMENT= Package for old version of GNU yacc(1) replacement
DEPENDS+= m4>=1.4:../../devel/m4
BUILD_USES_MSGFMT= yes
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-suffix=-1.35
M4= ${LOCALBASE}/bin/gm4
INFO_FILES= bison.info
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"