3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
40 lines
783 B
Makefile
40 lines
783 B
Makefile
# New ports collection makefile for: PCB
|
|
# Date created: 19 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcb
|
|
PORTVERSION= 20060822
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= X11 interactive printed circuit board layout system
|
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
.if defined(WITH_MOTIF_GUI)
|
|
USE_MOTIF= yes
|
|
CONFIGURE_ARGS+= --with-gui=lesstif
|
|
.else
|
|
USE_GNOME= gtk20
|
|
.endif
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_TK_RUN= 83
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
INFO= pcb
|
|
MAN1= pcb.1
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-doc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|