Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 17:28:59 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360059 - head/x11-themes/rezlooks
Message-ID:  <201407011729.s61HT0xO093494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011729.s61HT0xO093494>