diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-01 17:28:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-01 17:28:59 +0000 |
commit | 29f4310729f33ef8835a33d2cb6fc66f51ec3afd (patch) | |
tree | d199d60a36842e61f95384fc6740077d78d3cfd9 /x11-themes/rezlooks | |
parent | 4f0c0761ff72307d6d7f164e7dfb69a5c5a63a24 (diff) | |
download | ports-29f4310729f33ef8835a33d2cb6fc66f51ec3afd.tar.gz ports-29f4310729f33ef8835a33d2cb6fc66f51ec3afd.zip |
Notes
Diffstat (limited to 'x11-themes/rezlooks')
-rw-r--r-- | x11-themes/rezlooks/Makefile | 13 | ||||
-rw-r--r-- | x11-themes/rezlooks/pkg-plist | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile index e3f625027fa2..f047e51102ae 100644 --- a/x11-themes/rezlooks/Makefile +++ b/x11-themes/rezlooks/Makefile @@ -3,7 +3,7 @@ PORTNAME= rezlooks PORTVERSION= 0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 39179-rezlooks-${PORTVERSION} @@ -14,18 +14,15 @@ COMMENT= GTK+ 2.x engine based on Clearlooks WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION} GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= ANIMATION -OPTIONS_DEFAULT= ANIMATION +OPTIONS_DEFAULT=ANIMATION ANIMATION_DESC= Animation support +ANIMATION_CONFIGURE_ENABLE= animation -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MANIMATION} -CONFIGURE_ARGS+= --enable-animation -.endif +PLIST_FILES= lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ diff --git a/x11-themes/rezlooks/pkg-plist b/x11-themes/rezlooks/pkg-plist deleted file mode 100644 index 9c2a88fbee18..000000000000 --- a/x11-themes/rezlooks/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so |