1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/cad/pcb/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

74 lines
1.9 KiB
Makefile

# Created by: Michael Reifenberger <mr@FreeBSD.org>
# $FreeBSD$
PORTNAME= pcb
PORTVERSION= 20140316
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= X11 interactive printed circuit board layout system
LICENSE= GPLv2
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 \
${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus
BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= gts-[0-9]*
USE_AUTOTOOLS= autoconf
USES= gmake pkgconfig tk:run shared-mime-info desktop-file-utils
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
PORTDOCS= \
pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \
examples tutorial gcode.png gcode_control_img.png \
gcode_tool_path.png
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SINGLE= GUI
OPTIONS_SINGLE_GUI=MOTIF GTK NONE
OPTIONS_DEFAULT=DOCS GTK
DOCS_CONFIGURE_ENABLE= doc
DOCS_CONFIGURE_ON= --docdir=${DOCSDIR}
NLS_CONFIGURE_ENABLE= nls
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} \
${ICONV_CONFIGURE_ARG}
NLS_CONFIGURE_OFF= --without-libintl \
--without-iconv
NLS_USES= gettext iconv
.for L in fr nl ru pt_BR
NLS_PLIST_FILES+= share/locale/${L}/LC_MESSAGES/pcb.mo
.endfor
MOTIF_DESC= Motif widgets
MOTIF_USES= motif
MOTIF_CONFIGURE_ON= --with-gui=lesstif
MOTIF_CONFIGURE_ENV= WISH=${WISH}
GTK_DESC= GIMP ToolKit widgets
GTK_USE= GNOME=gtk20
GTK_CONFIGURE_ON= --with-gui=gtk
GTK_CONFIGURE_ENV= WISH=${WISH}
NONE_DESC= No GUI support
NONE_CONFIGURE_ON= --without-gui
NONE_CONFIGURE_ENV= WISH=/usr/bin/true
.for a in ia64 powerpc sparc64
BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64
.endfor
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
INFO= pcb
.endif
.include <bsd.port.mk>