summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
commit992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /x11-themes
parent- Fix left-over of the Tcl/Tk removal (diff)
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316355
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/bluecurve-themes/Makefile2
-rw-r--r--x11-themes/clearlooks/Makefile8
-rw-r--r--x11-themes/gtk-cleanice-engine/Makefile3
-rw-r--r--x11-themes/gtk-oxygen-engine/Makefile3
-rw-r--r--x11-themes/gtk-xfce-engine/Makefile8
-rw-r--r--x11-themes/gtk3-oxygen-engine/Makefile3
-rw-r--r--x11-themes/gtk3-unico-engine/Makefile3
-rw-r--r--x11-themes/icon-naming-utils/Makefile3
-rw-r--r--x11-themes/thewidgetfactory/Makefile2
9 files changed, 11 insertions, 24 deletions
diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile
index 0689bdd5d2ea..1559ca30d6d4 100644
--- a/x11-themes/bluecurve-themes/Makefile
+++ b/x11-themes/bluecurve-themes/Makefile
@@ -43,7 +43,7 @@ MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
MASTER_SITE_SUBDIR= ../releases/7/Fedora/source/SRPMS/
DISTFILES= redhat-artwork-${PORTVERSION}-9.fc7.src.rpm
-USE_PKGCONFIG= build
+USES+= pkgconfig
WRKSRC= ${WRKDIR}/redhat-artwork-${PORTVERSION}
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile
index a7d54cbdf983..c51420234620 100644
--- a/x11-themes/clearlooks/Makefile
+++ b/x11-themes/clearlooks/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: clearlooks
-# Date created: 2005-02-26
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-themes/clearlooks/Makefile,v 1.8 2007/08/07 04:34:29 mezz Exp $
-#
PORTNAME?= clearlooks
PORTVERSION= 0.6.2
@@ -18,7 +14,7 @@ COMMENT?= GTK+ 2.x engine based on Bluecurve
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20
-USE_PKGCONFIG= build
+USES= pkgconfig
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile
index 4eb41ad65421..0e94df860d28 100644
--- a/x11-themes/gtk-cleanice-engine/Makefile
+++ b/x11-themes/gtk-cleanice-engine/Makefile
@@ -14,10 +14,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= A simplistic GTK+ 2.x theme engine
-USES= pathfix
+USES= pathfix pkgconfig
USE_GNOME= gtk20
USE_AUTOTOOLS= libtool
-USE_PKGCONFIG= build
THEME= cleanice-theme-1.2.7
THEMEDIR= ${WRKDIR}/${THEME}/Theme
diff --git a/x11-themes/gtk-oxygen-engine/Makefile b/x11-themes/gtk-oxygen-engine/Makefile
index ae3f94cb7408..9e1565648279 100644
--- a/x11-themes/gtk-oxygen-engine/Makefile
+++ b/x11-themes/gtk-oxygen-engine/Makefile
@@ -18,8 +18,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
USE_BZIP2= yes
USE_GNOME= gtk20
-USES= cmake
-USE_PKGCONFIG= yes
+USES= cmake pkgconfig
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile
index 20d051ba6a03..87a898611642 100644
--- a/x11-themes/gtk-xfce-engine/Makefile
+++ b/x11-themes/gtk-xfce-engine/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gtk-xfce-engine
-# Date Created: 10 October 2002
-# Whom: olgeni@FreeBSD.org
-#
+# Created by: olgeni@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= gtk-xfce-engine
PORTVERSION= 3.0.1
@@ -19,7 +15,7 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= glib20 gnomehack gtk20
USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined
-USE_PKGCONFIG= build
+USES= pkgconfig
CONFIGURE_ARGS+=--disable-glibtest \
--enable-gtk2 \
diff --git a/x11-themes/gtk3-oxygen-engine/Makefile b/x11-themes/gtk3-oxygen-engine/Makefile
index 7d5e7604cfb9..2b70de560477 100644
--- a/x11-themes/gtk3-oxygen-engine/Makefile
+++ b/x11-themes/gtk3-oxygen-engine/Makefile
@@ -18,8 +18,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
USE_BZIP2= yes
USE_GNOME= gtk30
-USES= cmake:outsource
-USE_PKGCONFIG= yes
+USES= cmake:outsource pkgconfig
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
diff --git a/x11-themes/gtk3-unico-engine/Makefile b/x11-themes/gtk3-unico-engine/Makefile
index fda696d9544f..792de1cb6d28 100644
--- a/x11-themes/gtk3-unico-engine/Makefile
+++ b/x11-themes/gtk3-unico-engine/Makefile
@@ -1,6 +1,5 @@
# Created by: Olivier Duchateau
# $FreeBSD$
-#
PORTNAME= unico
PORTVERSION= 1.0.2
@@ -16,7 +15,7 @@ COMMENT= Gtk+ 3.0 engine
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= yes
diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile
index d344d53193b1..02a361ddb3b4 100644
--- a/x11-themes/icon-naming-utils/Makefile
+++ b/x11-themes/icon-naming-utils/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_PKGCONFIG= build
-USES+= pathfix
+USES= pathfix pkgconfig
.include <bsd.port.mk>
diff --git a/x11-themes/thewidgetfactory/Makefile b/x11-themes/thewidgetfactory/Makefile
index 3f5061bf692b..c8f22e64280f 100644
--- a/x11-themes/thewidgetfactory/Makefile
+++ b/x11-themes/thewidgetfactory/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
-USE_PKGCONFIG= build
+USES= pkgconfig
PLIST_FILES= bin/twf