pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/pcb-current bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed005bde0a40
branches:  trunk
changeset: 468661:ed005bde0a40
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Feb 15 21:57:14 2004 +0000

description:
bl3ify

diffstat:

 cad/pcb-current/Makefile |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 4737259af96e -r ed005bde0a40 cad/pcb-current/Makefile
--- a/cad/pcb-current/Makefile  Sun Feb 15 21:54:55 2004 +0000
+++ b/cad/pcb-current/Makefile  Sun Feb 15 21:57:14 2004 +0000
@@ -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 @@
 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 @@
 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
 



Home | Main Index | Thread Index | Old Index