svn commit: r360071 - head/x11-themes/gtk-murrine-engine

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 1 17:51:20 UTC 2014


Author: tijl
Date: Tue Jul  1 17:51:19 2014
New Revision: 360071
URL: http://svnweb.freebsd.org/changeset/ports/360071
QAT: https://qat.redports.org/buildarchive/r360071/

Log:
  - USES=libtool tar:xz
  - Use option helpers

Modified:
  head/x11-themes/gtk-murrine-engine/Makefile
  head/x11-themes/gtk-murrine-engine/pkg-plist

Modified: head/x11-themes/gtk-murrine-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-murrine-engine/Makefile	Tue Jul  1 17:49:01 2014	(r360070)
+++ head/x11-themes/gtk-murrine-engine/Makefile	Tue Jul  1 17:51:19 2014	(r360071)
@@ -3,7 +3,7 @@
 
 PORTNAME=	murrine
 PORTVERSION=	0.98.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-themes
 MASTER_SITES=	GNOME
 PKGNAMEPREFIX=	gtk-
@@ -12,23 +12,15 @@ PKGNAMESUFFIX=	-engine
 MAINTAINER=	pneumann at gmail.com
 COMMENT=	Murrine GTK+ 2.x cairo based engine
 
-USE_XZ=	yes
+USES=		gmake libtool pkgconfig tar:xz
 USE_XORG=	pixman
 USE_GNOME=	gtk20 intltool intlhack
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
 
 OPTIONS_DEFINE=	ANIMATION
 ANIMATION_DESC=	Animation support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MANIMATION} 
-CONFIGURE_ARGS+=--enable-animation
-.else
-CONFIGURE_ARGS+=--disable-animation
-.endif
+ANIMATION_CONFIGURE_ENABLE=	animation
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gtimer.h|glib.h|g' \

Modified: head/x11-themes/gtk-murrine-engine/pkg-plist
==============================================================================
--- head/x11-themes/gtk-murrine-engine/pkg-plist	Tue Jul  1 17:49:01 2014	(r360070)
+++ head/x11-themes/gtk-murrine-engine/pkg-plist	Tue Jul  1 17:51:19 2014	(r360071)
@@ -1,4 +1,3 @@
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.la
 lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.so
 share/gtk-engines/murrine.xml
 @dirrmtry share/gtk-engines


More information about the svn-ports-head mailing list