aboutsummaryrefslogtreecommitdiff
path: root/cad/pcb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r--cad/pcb/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 4407bf9dbc9b..85116169e059 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -1,14 +1,13 @@
-# Created by: Michael Reifenberger <mr@FreeBSD.org>
-
PORTNAME= pcb
PORTVERSION= 4.2.0
-PORTREVISION= 2
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= X11 interactive printed circuit board layout system
+WWW= http://pcb.geda-project.org/
LICENSE= GPLv2
@@ -27,10 +26,10 @@ USE_GL= gl glu
USE_GNOME= intltool cairo pangox-compat
USE_XORG= x11 xrender xinerama
-CONFLICTS= gts-[0-9]*
-INSTALLS_ICONS= yes
+CONFLICTS= gts
GNU_CONFIGURE= yes
CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}"
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
LDFLAGS+= -lpthread
PORTDOCS= \
@@ -65,9 +64,6 @@ NONE_DESC= No GUI support
NONE_CONFIGURE_ON= --without-gui
NONE_CONFIGURE_ENV= WISH=/usr/bin/true
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported
-
DOCS_INFO= pcb
.include <bsd.port.mk>