diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 01:28:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 01:28:59 +0800 |
commit | 4276c0868c8e9a29c266a8bed4063ac045ce9ad7 (patch) | |
tree | d199d60a36842e61f95384fc6740077d78d3cfd9 /x11-themes | |
parent | fc9156b499ec0a72580c722f02b06849d503b2fb (diff) | |
download | freebsd-ports-gnome-4276c0868c8e9a29c266a8bed4063ac045ce9ad7.tar.gz freebsd-ports-gnome-4276c0868c8e9a29c266a8bed4063ac045ce9ad7.tar.zst freebsd-ports-gnome-4276c0868c8e9a29c266a8bed4063ac045ce9ad7.zip |
- Add USES=libtool
- Use option helpers
- Replace pkg-plist with PLIST_FILES
Diffstat (limited to 'x11-themes')
-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 |