diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
commit | 95ea403f649d35f0c39296eb2099ac8f61130d59 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /cad | |
parent | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (diff) | |
download | freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.gz freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.zst freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.zip |
Convert all c categories to USE=pkgconfig
Diffstat (limited to 'cad')
-rw-r--r-- | cad/adms/Makefile | 9 | ||||
-rw-r--r-- | cad/gtkwave/Makefile | 2 | ||||
-rw-r--r-- | cad/leocad/Makefile | 2 | ||||
-rw-r--r-- | cad/pdnmesh/Makefile | 2 | ||||
-rw-r--r-- | cad/repsnapper/Makefile | 2 |
5 files changed, 6 insertions, 11 deletions
diff --git a/cad/adms/Makefile b/cad/adms/Makefile index 11292cf261da..416b5645a33f 100644 --- a/cad/adms/Makefile +++ b/cad/adms/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: adms -# Date created: 2006-07-29 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= adms PORTVERSION= 2.3.0 @@ -18,10 +13,10 @@ COMMENT= A model generator for SPICE simulators LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index d968b3cd5d2f..8438f881549d 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -10,10 +10,10 @@ DISTNAME= gtkwave-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org COMMENT= Electronic Waveform Viewer +USES= pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 desktopfileutils -USE_PKGCONFIG= build INSTALLS_ICONS= yes OPTIONS_DEFINE= TCL diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 4eb2c170519c..a24d0b64ca7a 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/${PORTNAME} +USES= pkgconfig USE_GL= gl USE_GNOME= gtk20 -USE_PKGCONFIG= build USE_GMAKE= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 8db4f502f696..e0e13eab8346 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -26,12 +26,12 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support +USES= pkgconfig USE_FORTRAN= yes USE_GL= glu USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= gdkpixbuf2 gtk20 -USE_PKGCONFIG= build USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xmu xi xinerama xrandr xrender xt xxf86vm GNU_CONFIGURE= yes diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index 36a930906a85..da940485785a 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -37,12 +37,12 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ xcb:${PORTSDIR}/x11/libxcb MAKE_JOBS_SAFE= yes +USES= pkgconfig USE_GNOME= gdkpixbuf2 gtk20 libxml2 USE_GL= glu glut USE_AUTOTOOLS= automake libtool USE_GMAKE= yes USE_ICONV= yes -USE_PKGCONFIG= build USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xmu xrandr xrender xt xxf86vm |