diff options
author | hrs <hrs@FreeBSD.org> | 2005-06-15 00:18:01 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-06-15 00:18:01 +0800 |
commit | ab67a2683a0d925a374ece2d8ed01c664b2854cf (patch) | |
tree | cfdb3a4cbee235a343f75e342229d92041944348 /cad/pcb/Makefile | |
parent | 771d460e48ab973f6fd775e0dc266a73c65a86f6 (diff) | |
download | freebsd-ports-gnome-ab67a2683a0d925a374ece2d8ed01c664b2854cf.tar.gz freebsd-ports-gnome-ab67a2683a0d925a374ece2d8ed01c664b2854cf.tar.zst freebsd-ports-gnome-ab67a2683a0d925a374ece2d8ed01c664b2854cf.zip |
Update to 20050609. Changes include:
- The GUI is now based on gtk2 instead of Xaw
- Flags are stored symbolically in the .pcb file.
- As part of the switch to gtk2, the user customizable menu feature has
been temporarily broken. Hopefully this will be fixed by the next
snapshot. In addition, the loading of background images has also been
temporarily broken.
Submitted by: des
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index e17a5ecba236..561730a09efd 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcb -PORTVERSION= 20040215 +PORTVERSION= 20050609 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,15 +14,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - wish:${PORTSDIR}/x11-toolkits/tk84 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - wish:${PORTSDIR}/x11-toolkits/tk84 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_GNOME= gtk20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-rpath INFO= pcb +.if !defined(NOPORTDOCS) +pre-install: + ${INSTALL_DATA} ${WRKSRC}/doc/pcb.info ${PREFIX}/info +.endif + .include <bsd.port.mk> |