diff options
author | dmcmahill <dmcmahill> | 2004-02-15 21:57:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-02-15 21:57:14 +0000 |
commit | 3254b6d37da2a95d8afa1f823ba1f317e311ab29 (patch) | |
tree | f18992b63643c1b1bf76c5e5b974102eade38fb3 /cad | |
parent | 75a973657de6bedef7cbb343de7cb3c013e7b676 (diff) | |
download | pkgsrc-3254b6d37da2a95d8afa1f823ba1f317e311ab29.tar.gz |
bl3ify
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb-current/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile index 3d4cb51647c..301def348cf 100644 --- a/cad/pcb-current/Makefile +++ b/cad/pcb-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/22 07:21:55 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/15 21:57:14 dmcmahill Exp $ # DISTNAME= pcb-${SNAPDATE} @@ -10,6 +10,9 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://pcb.sourceforge.net/ COMMENT= Printed circuit board layout system (development snapshot version) +PKG_INSTALLATION_TYPES= overwrite pkgviews + +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= m4>=1.4:../../devel/m4 DEPENDS+= tk>=8.3:../../x11/tk @@ -18,13 +21,11 @@ CONFLICTS+= pcb-[0-9]* SNAPDATE= 20030815 GNU_CONFIGURE= yes USE_GNU_TOOLS+= make +USE_X11= yes +USE_BUILDLINK3= yes -# install to X11BASE until cad/gnetlist is taught to handle pcb installing -# to X11BASE and pcb-current installing to LOCALBASE. Alternatively, once -# there is a stable release of the "new" pcb which can install to LOCALBASE -# we can let pcb-current go there too. -USE_X11BASE= yes -YACC= ${LOCALBASE}/bin/bison +EVAL_PREFIX+= BISONDIR=bison +YACC= ${BISONDIR}/bin/bison INFO_FILES= pcb.info |