e26a9ed756
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.54 2005/07/15 20:14:03 jlam Exp $
|
|
|
|
DISTNAME= bison-2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
|
|
|
|
MAINTAINER= cjep@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
|
|
COMMENT= GNU yacc(1) replacement
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gm4:run
|
|
|
|
INFO_FILES= bison.info
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|