aboutsummaryrefslogtreecommitdiff
path: root/misc/gnome-icon-theme-extras
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-30 16:01:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-30 16:01:34 +0000
commitf6f2fd7ad49f7b4d8db47788e3983ff9b812e8d5 (patch)
tree63919a1397a78cd9e970e5425f692bd7e20d3b52 /misc/gnome-icon-theme-extras
parent765b076fbedfd875bf0d3ed11344cfa19ca13623 (diff)
downloadports-f6f2fd7ad49f7b4d8db47788e3983ff9b812e8d5.tar.gz
ports-f6f2fd7ad49f7b4d8db47788e3983ff9b812e8d5.zip
Stagify.
Misc Makefile updates Obtained from: gnome dev repo
Notes
Notes: svn path=/head/; revision=355867
Diffstat (limited to 'misc/gnome-icon-theme-extras')
-rw-r--r--misc/gnome-icon-theme-extras/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile
index 07a58838ab49..cdacfd52f1b9 100644
--- a/misc/gnome-icon-theme-extras/Makefile
+++ b/misc/gnome-icon-theme-extras/Makefile
@@ -1,28 +1,27 @@
# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/misc/gnome-icon-theme-extras/Makefile,v 1.3 2010/04/20 20:56:39 kwm Exp $
+# $MCom: ports-experimental/trunk/misc/gnome-icon-theme-extras/Makefile 19329 2014-03-25 14:54:05Z gusi $
PORTNAME= gnome-icon-theme-extras
PORTVERSION= 2.30.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= An additional collection of icons for the GNOME 2 desktop
+COMMENT= Additional collection of icons for the GNOME desktop
BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
-USES= gmake pkgconfig
-USE_BZIP2= yes
+USES= gmake pathfix pkgconfig tar:bzip2
+USE_GNOME= intlhack gtk-update-icon-cache
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack intlhack gtk20
INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --enable-icon-mapping
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>