diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-09-16 10:01:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-09-16 10:01:06 +0000 |
commit | e8c135cbeba1075366fa86a1b827e807773d1415 (patch) | |
tree | e962873174adf2ca4a71d6dfe4d7c012b016ba26 /misc/gnome-icon-theme/Makefile | |
parent | c49b570adf19259a6d861363b82e62b5001b347e (diff) |
Notes
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 34787b661016..7ddebdfda2bc 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -1,13 +1,12 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.149 2010/08/30 13:45:30 avl Exp $ +# $MCom: ports/trunk/misc/gnome-icon-theme/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-icon-theme -PORTVERSION= 2.31.0 -PORTREVISION= 3 +PORTVERSION= 3.6.2 CATEGORIES= misc gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of icons for the GNOME desktop @@ -16,11 +15,12 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic 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 -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes -USES= pathfix gmake pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= intlhack INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-icon-mapping CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |