diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-05 13:51:20 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-05 13:51:20 +0800 |
commit | be7422b3a667293f6d35e0b64ed74c5b920e8736 (patch) | |
tree | ff1d10c4fe5cf04c657f108d12a4b1d7a4c7c13a /x11-themes | |
parent | d3d035ca965a1b66e36f3fea4dde5d4df1dcc142 (diff) | |
download | freebsd-ports-gnome-be7422b3a667293f6d35e0b64ed74c5b920e8736.tar.gz freebsd-ports-gnome-be7422b3a667293f6d35e0b64ed74c5b920e8736.tar.zst freebsd-ports-gnome-be7422b3a667293f6d35e0b64ed74c5b920e8736.zip |
- Update for gnome2.12 release
- Bump PORTREVISION
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/beastie/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile index 8facff7c2b96..d43963f8938c 100644 --- a/x11-themes/beastie/Makefile +++ b/x11-themes/beastie/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/beastie/Makefile,v 1.3 2005/09/06 06:01:04 ahze Exp $ +# $MCom: ports/x11-themes/beastie/Makefile,v 1.6 2005/10/26 04:36:11 ahze Exp $ # PORTNAME= beastie PORTVERSION= 05.10.26 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze @@ -31,22 +32,21 @@ PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} WITH_GTKENGINES= yes .endif -#.if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) +.if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) RUN_DEPENDS+= gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 \ + gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes +.else +RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks \ clearlooks-metacity>=0.6:${PORTSDIR}/x11-themes/clearlooks-metacity -# gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes -#.else -#RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks \ -# clearlooks-metacity>=0.6:${PORTSDIR}/x11-themes/clearlooks-metacity -#.endif - -#pre-everything:: -#.if !defined(WITHOUT_GTKENGINES) && !defined(WITH_GTKENGINES) -# @${ECHO_MSG} "You can disable gtk-engines support (clearlooks)" -# @${ECHO_MSG} "and use x11-themes/clearlooks for the clearlooks" -# @${ECHO_MSG} "engine by defining" -# @${ECHO_MSG} "WITHOUT_GTKENGINES=yes" -#.endif +.endif + +pre-everything:: +.if !defined(WITHOUT_GTKENGINES) && !defined(WITH_GTKENGINES) + @${ECHO_MSG} "You can disable gtk-engines support (clearlooks)" + @${ECHO_MSG} "and use x11-themes/clearlooks for the clearlooks" + @${ECHO_MSG} "engine by defining" + @${ECHO_MSG} "WITHOUT_GTKENGINES=yes" +.endif do-install: ${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0 |