aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-22 18:13:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-22 18:13:31 +0000
commite8ce271e266f74d8235ab2a068005e4adf689f27 (patch)
treecb5d282ab43940ef26989246aedcac376e92296a /x11-themes
parent09554fc8804f8b31629dc7568cb40ad3e07f8d1a (diff)
downloadports-e8ce271e266f74d8235ab2a068005e4adf689f27.tar.gz
ports-e8ce271e266f74d8235ab2a068005e4adf689f27.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/clearlooks/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile
index 11523423ed4e..05394de4cc5a 100644
--- a/x11-themes/clearlooks/Makefile
+++ b/x11-themes/clearlooks/Makefile
@@ -23,14 +23,14 @@ INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-.if defined(PORTNAME) && ${PORTNAME} == "clearlooks"
+.if defined(PORTNAME) && !defined(PKGNAMESUFFIX)
OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off \
METACITY "Depend on MetaCity Theme" On
.endif
.include <bsd.port.pre.mk>
-.if ${PORTNAME} == "clearlooks"
+.if !defined(PKGNAMESUFFIX)
CONFLICTS+= gtk-engines2-[0-9]* clearlooks-themes[0-9]*
PLIST_SUB+= ENGINE=""
.else
@@ -45,7 +45,7 @@ INSTALL_WRKSRC= ${WRKSRC}/themes
PLIST_SUB+= ENGINE="@comment "
.endif
-.if !defined(WITHOUT_METACITY) && ${PORTNAME}=="clearlooks"
+.if !defined(WITHOUT_METACITY) && !defined(PKGNAMESUFFIX)
RUN_DEPENDS+= ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity
.endif
@@ -53,7 +53,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.x
CONFIGURE_ARGS+= --enable-animation
.endif
-.if ${PORTNAME} == "clearlooks"
+.if !defined(PKGNAMESUFFIX)
pre-everything::
@if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \
${ECHO_MSG} ; \