pkgsrc/cad/ipal-current/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

25 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam 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-[0-9]*:../../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"