blob: c4ec495a47388dc392c70b4e0adceef256ba4680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.4 2000/12/09 18:43:47 dmcmahill Exp $
#
DISTNAME= ipal-20001122
PKGNAME= ipal-current-20001122
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/ipal/snapshots/
MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.icarus.com/eda/ipal/index.html
BUILD_DEPENDS+= bison:../../devel/bison
DEPENDS+= gtk+>=1.2.7:../../x11/gtk
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11= YES
post-patch:
${CHMOD} a+x ${WRKSRC}/configure
.include "../../mk/bsd.pkg.mk"
|