summaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
commit65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch)
tree0648e0ce504a559632af430d3494fe2008d104aa /x11-themes
parent613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff)
downloadmarcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-backgrounds/Makefile12
-rw-r--r--x11-themes/gnome-themes-standard/Makefile6
-rw-r--r--x11-themes/gnome-themes/Makefile12
-rw-r--r--x11-themes/gtk-engines3/Makefile17
-rw-r--r--x11-themes/gtk-theme-engine-clearlooks/Makefile16
5 files changed, 24 insertions, 39 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile
index e5de60676..9bdff1ea3 100644
--- a/x11-themes/gnome-backgrounds/Makefile
+++ b/x11-themes/gnome-backgrounds/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gnome-backgrounds
-# Date Created: 12 January 2005
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/x11-themes/gnome-backgrounds/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gnome-backgrounds
PORTVERSION= 3.4.2
@@ -16,10 +12,10 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A collection of backgrounds for GNOME
USE_XZ= yes
-USE_GETTEXT= yes
+USES= gettext pathfix
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack
+USE_GNOME= gnomeprefix intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile
index af10dd48b..6f9718522 100644
--- a/x11-themes/gnome-themes-standard/Makefile
+++ b/x11-themes/gnome-themes-standard/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/x11-themes/gnome-themes-standard/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gnome-themes-standard
PORTVERSION= 3.6.0.2
@@ -14,10 +14,10 @@ COMMENT= Standard themes for GNOME
CONFLICTS= gnome-themes-2.[0-9]*
USE_XZ= yes
-USE_GETTEXT= yes
+USES= gettext pathfix
INSTALLS_ICONS= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix intlhack gtk30 librsvg2
+USE_GNOME= gnomeprefix intlhack gtk30 librsvg2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
index 742f8bbdc..54828cefd 100644
--- a/x11-themes/gnome-themes/Makefile
+++ b/x11-themes/gnome-themes/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gnome-themes
-# Date Created: 05 October 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/x11-themes/gnome-themes/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gnome-themes
PORTVERSION= 2.32.1
@@ -22,11 +18,11 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2
CONFLICTS= clearlooks-metacity-0.* gnome-themes-standard-3.[0-9]*
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext pathfix
USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20
+USE_GNOME= gnomeprefix intlhack metacity gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/x11-themes/gtk-engines3/Makefile b/x11-themes/gtk-engines3/Makefile
index 69cb64f42..ce2d437e9 100644
--- a/x11-themes/gtk-engines3/Makefile
+++ b/x11-themes/gtk-engines3/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gtk-engines2
-# Date Created: 21 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/x11-themes/gtk-engines3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gtk-engines3
PORTVERSION= 2.91.1
@@ -18,14 +14,15 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Theme engine for the GTK+-3.0 toolkit
LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GMAKE= yes
USE_BZIP2= yes
-USE_GNOME= gnomehack gtk30 intlhack ltasneededhack
-USE_GETTEXT= yes
+USE_GNOME= gtk30 intlhack ltasneededhack
+USES= gettext pathfix
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= ANIMATION "Enable animated progressbars" off
diff --git a/x11-themes/gtk-theme-engine-clearlooks/Makefile b/x11-themes/gtk-theme-engine-clearlooks/Makefile
index 337b2c302..aa6fb592e 100644
--- a/x11-themes/gtk-theme-engine-clearlooks/Makefile
+++ b/x11-themes/gtk-theme-engine-clearlooks/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gtk-theme-engine-clearlooks
-# Date Created: 28 Dec 2010
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
-#
PORTNAME= gtk-theme-engine-clearlooks
PORTVERSION= 2.91.5
@@ -18,13 +14,13 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Clearlooks theme engine
LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GMAKE= yes
USE_BZIP2= yes
-USE_GNOME= gnomehack gtk30 intlhack
-USE_GETTEXT= yes
+USE_GNOME= gtk30 intlhack
+USES= gettext pathfix
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>