diff options
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 8 | ||||
-rw-r--r-- | misc/gnome-icon-theme/files/gnome-icon-theme.pc.in | 6 | ||||
-rw-r--r-- | misc/gnome-icon-theme/pkg-plist | 1 |
3 files changed, 13 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 59389d8eb..c34f090fd 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.134 2010/02/26 00:10:23 kwm Exp $ # PORTNAME= gnome-icon-theme PORTVERSION= 2.29.0 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,8 +27,11 @@ USE_GNOME= gnomehack intlhack gtk20 INSTALLS_ICONS= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +SUB_FILES= gnome-icon-theme.pc +SUB_LIST= PORTVERSION=${PORTVERSION} post-install: -# @${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps + @${INSTALL_DATA} ${WRKDIR}/gnome-icon-theme.pc \ + ${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in b/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in new file mode 100644 index 000000000..8ff6502a7 --- /dev/null +++ b/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in @@ -0,0 +1,6 @@ +Name: gnome-icon-theme +Description: A collection of icons used as the basis for GNOME themes +Version: %%PORTVERSION%% +Requires: +Libs: +Cflags: diff --git a/misc/gnome-icon-theme/pkg-plist b/misc/gnome-icon-theme/pkg-plist index 2f8587c0b..1c49c4464 100644 --- a/misc/gnome-icon-theme/pkg-plist +++ b/misc/gnome-icon-theme/pkg-plist @@ -1,3 +1,4 @@ +libdata/pkgconfig/gnome-icon-theme.pc share/icons/gnome/16x16/actions/address-book-new.png share/icons/gnome/16x16/actions/application-exit.png share/icons/gnome/16x16/actions/appointment-new.png |