[Midnightbsd-cvs] mports [17723] trunk/graphics/gtk-update-icon-cache/Makefile: update after recent refactor of mports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 09:52:20 EDT 2014


Revision: 17723
          http://svnweb.midnightbsd.org/mports/?rev=17723
Author:   laffer1
Date:     2014-10-11 09:52:19 -0400 (Sat, 11 Oct 2014)
Log Message:
-----------
update after recent refactor of mports

Modified Paths:
--------------
    trunk/graphics/gtk-update-icon-cache/Makefile

Modified: trunk/graphics/gtk-update-icon-cache/Makefile
===================================================================
--- trunk/graphics/gtk-update-icon-cache/Makefile	2014-10-11 13:05:35 UTC (rev 17722)
+++ trunk/graphics/gtk-update-icon-cache/Makefile	2014-10-11 13:52:19 UTC (rev 17723)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gtk-update-icon-cache
 PORTVERSION=	2.24.22
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -12,17 +13,17 @@
 COMMENT=	gtk-update-icon-cache utility from the Gtk+ toolkit.
 
 LICENSE=	lgpl
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS+=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 RUN_DEPENDS+=	${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
 		${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
-USE_PERL5_BUILD=yes
+USES=		gettext gmake libtool:keepla pathfix perl5 pkgconfig tar:xz
+USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack atk pango gdkpixbuf2 ltverhack
-USES=		gettext gmake pkgconfig tar:xz
+GNU_CONFIGURE=	yes
+USE_GNOME=	atk pango gdkpixbuf2 introspection:build
 USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
 		xcomposite
 PATCHDIR=	${.CURDIR}/../../x11-toolkits/gtk20/files
@@ -31,10 +32,9 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 BUILD_WRKSRC=	${WRKSRC}/gtk
 ALL_TARGET=	${PORTNAME}
-PLIST_FILES=	bin/gtk-update-icon-cache
+PLIST_FILES=	bin/gtk-update-icon-cache \
+		man/man1/gtk-update-icon-cache.1.gz
 
-MAN1=		gtk-update-icon-cache.1
-
 .include <bsd.port.pre.mk>
 
 do-install:



More information about the Midnightbsd-cvs mailing list