From e48af1e557716d8116ca6572c5e646bb2a38c574 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 15 Feb 2004 21:57:14 +0000 Subject: bl3ify --- cad/pcb-current/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'cad/pcb-current') 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 -- cgit v1.2.3