diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-05 06:01:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-05 06:01:33 +0000 |
commit | 9833a67c603b7f0c39d55bb4b6df5a33e1476cd1 (patch) | |
tree | 26998cf9e4bc83d5b3f3f23739b622e27364d28e /x11-themes | |
parent | Update to 2.12.1. (diff) |
- Update for gnome 2.12
Notes
Notes:
svn path=/head/; revision=147300
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/clearlooks/Makefile | 14 |
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" ; \ |