summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-theme-engine-clearlooks
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/gtk-theme-engine-clearlooks
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/gtk-theme-engine-clearlooks')
-rw-r--r--x11-themes/gtk-theme-engine-clearlooks/Makefile16
1 files changed, 6 insertions, 10 deletions
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>