2001-09-28 01:17:41 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam Exp $
|
2000-11-19 18:05:28 +01:00
|
|
|
#
|
|
|
|
|
2000-12-17 04:43:29 +01:00
|
|
|
DISTNAME= ipal-20001210
|
|
|
|
PKGNAME= ipal-current-20001210
|
2000-11-19 18:05:28 +01:00
|
|
|
CATEGORIES= cad
|
2000-12-09 19:28:12 +01:00
|
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/ipal/snapshots/
|
2000-11-19 18:05:28 +01:00
|
|
|
|
|
|
|
MAINTAINER= dmcmahill@netbsd.org
|
2000-11-22 19:55:04 +01:00
|
|
|
HOMEPAGE= http://www.icarus.com/eda/ipal/index.html
|
2001-02-16 14:41:26 +01:00
|
|
|
COMMENT= Libs and utils for manipulating PAL designs (development version)
|
2000-11-19 18:05:28 +01:00
|
|
|
|
2001-09-28 01:17:41 +02:00
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
2000-11-19 18:05:28 +01:00
|
|
|
DEPENDS+= gtk+>=1.2.7:../../x11/gtk
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
USE_X11= YES
|
|
|
|
|
2000-12-19 17:36:52 +01:00
|
|
|
CFLAGS+= -fPIC
|
|
|
|
|
2000-12-09 19:43:47 +01:00
|
|
|
post-patch:
|
|
|
|
${CHMOD} a+x ${WRKSRC}/configure
|
|
|
|
|
2000-11-19 18:05:28 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|