aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-11-05 14:01:33 +0800
committerahze <ahze@FreeBSD.org>2005-11-05 14:01:33 +0800
commit86fe8d59d9a0435284252341782af2c880382231 (patch)
tree9b2981431a1327a951a6220a8b49448cb2cc81d6 /x11-themes
parentcc6674ef4c7f6fed633a6dd743c48d57691d3947 (diff)
downloadfreebsd-ports-gnome-86fe8d59d9a0435284252341782af2c880382231.tar.gz
freebsd-ports-gnome-86fe8d59d9a0435284252341782af2c880382231.tar.zst
freebsd-ports-gnome-86fe8d59d9a0435284252341782af2c880382231.zip
- Update for gnome 2.12
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/clearlooks/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile
index ad95eda66799..0f13c51f5f9a 100644
--- a/x11-themes/clearlooks/Makefile
+++ b/x11-themes/clearlooks/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
+# $MCom: ports/x11-themes/clearlooks/Makefile,v 1.4 2005/10/14 20:39:59 adamw Exp $
#
PORTNAME?= clearlooks
PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= clearlooks
@@ -17,17 +18,18 @@ MAINTAINER= ahze@FreeBSD.org
COMMENT?= GTK+ 2.x engine based on Bluecurve
USE_BZIP2= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
USE_GNOME= gtk20
+INSTALLS_ICONS= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
-OPTIONS+= METACITY "Depend on MetaCity Theme" On
.if defined(PORTNAME) && ${PORTNAME} == "clearlooks"
-OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off
+OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off \
+ METACITY "Depend on MetaCity Theme" On
.endif
.include <bsd.port.pre.mk>
@@ -47,7 +49,7 @@ INSTALL_WRKSRC= ${WRKSRC}/themes
PLIST_SUB+= ENGINE="@comment "
.endif
-.if !defined(WITHOUT_METACITY)
+.if !defined(WITHOUT_METACITY) && ${PORTNAME}=="clearlooks"
RUN_DEPENDS+= ${X11BASE}/share/gnome/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity
.endif
@@ -56,7 +58,7 @@ CONFIGURE_ARGS+= --enable-animation
.endif
.if ${PORTNAME} == "clearlooks"
-3pre-everything::
+pre-everything::
@if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \
${ECHO_MSG} ; \
${ECHO_MSG} "Gnome/gtk-engine users should use ${PORTSDIR}/x11-themes/clearlooks-themes instead" ; \