svn commit: r360059 - head/x11-themes/rezlooks
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 1 17:29:00 UTC 2014
Author: tijl
Date: Tue Jul 1 17:28:59 2014
New Revision: 360059
URL: http://svnweb.freebsd.org/changeset/ports/360059
QAT: https://qat.redports.org/buildarchive/r360059/
Log:
- Add USES=libtool
- Use option helpers
- Replace pkg-plist with PLIST_FILES
Deleted:
head/x11-themes/rezlooks/pkg-plist
Modified:
head/x11-themes/rezlooks/Makefile
Modified: head/x11-themes/rezlooks/Makefile
==============================================================================
--- head/x11-themes/rezlooks/Makefile Tue Jul 1 17:23:48 2014 (r360058)
+++ head/x11-themes/rezlooks/Makefile Tue Jul 1 17:28:59 2014 (r360059)
@@ -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 Clearl
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' \
More information about the svn-ports-all
mailing list