diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-31 00:01:34 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-31 00:01:34 +0800 |
commit | 1945d9c2dfa12739264c69ff170fc8f6d6635b77 (patch) | |
tree | 63919a1397a78cd9e970e5425f692bd7e20d3b52 /misc/gnome-icon-theme-extras | |
parent | 52db556b76b8429d0d7cb30e3a25b26eaae1518d (diff) | |
download | freebsd-ports-gnome-1945d9c2dfa12739264c69ff170fc8f6d6635b77.tar.gz freebsd-ports-gnome-1945d9c2dfa12739264c69ff170fc8f6d6635b77.tar.zst freebsd-ports-gnome-1945d9c2dfa12739264c69ff170fc8f6d6635b77.zip |
Stagify.
Misc Makefile updates
Obtained from: gnome dev repo
Diffstat (limited to 'misc/gnome-icon-theme-extras')
-rw-r--r-- | misc/gnome-icon-theme-extras/Makefile | 13 |
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> |