2cf1c2c58e
Pcb - X11 interactive printed circuit board layout system. Pcb is a handy tool for the X Window System to design printed circuit boards. All coordinate units are 1/1000 inch. Please note that this package is a development snapshot and while it contains the latest and greatest features, it may be buggy as well. There is a seperate pcb package which is made of the stable releases.
38 lines
1,018 B
Makefile
38 lines
1,018 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/08/17 03:59:08 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= pcb-${SNAPDATE}
|
|
PKGNAME= pcb-current-${SNAPDATE}
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://pcb.sourceforge.net/
|
|
COMMENT= Printed circuit board layout system (development snapshot version)
|
|
|
|
DEPENDS+= m4>=1.4:../../devel/m4
|
|
DEPENDS+= tk>=8.3:../../x11/tk
|
|
|
|
CONFLICTS+= pcb-[0-9]*
|
|
|
|
SNAPDATE= 20030815
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= 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
|
|
|
|
INFO_FILES= pcb.info
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
EVAL_PREFIX+= TKDIR=tk
|
|
EVAL_PREFIX+= M4DIR=m4
|
|
M4=${M4DIR}/bin/${GNU_PROGRAM_PREFIX}m4
|
|
CONFIGURE_ENV+= WISH=${TKDIR}/bin/wish
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|