pkgsrc/cad/ipal-current/Makefile
hubertf e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00

25 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:47 hubertf Exp $
#
DISTNAME= ipal-20001210
PKGNAME= ipal-current-20001210
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/ipal/snapshots/
MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.icarus.com/eda/ipal/index.html
COMMENT= Libs and utils for manipulating PAL designs (development version)
BUILD_DEPENDS+= bison-*:../../devel/bison
DEPENDS+= gtk+>=1.2.7:../../x11/gtk
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11= YES
CFLAGS+= -fPIC
post-patch:
${CHMOD} a+x ${WRKSRC}/configure
.include "../../mk/bsd.pkg.mk"