diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 13:23:54 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 13:23:54 +0800 |
commit | fad7e30dd644607411bc62c562623589129526c8 (patch) | |
tree | 490cd5f9d428f954c792baf1f31968a995d4bc0f /misc/gnome-icon-theme/Makefile | |
parent | 0026b822726b1416da2b6cd84b0b6f5788ef87a7 (diff) | |
download | marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.gz marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.bz2 marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.lz marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.xz marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.tar.zst marcuscom-ports-fad7e30dd644607411bc62c562623589129526c8.zip |
- Update to 2.15.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6165 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile new file mode 100644 index 000000000..b71d7522c --- /dev/null +++ b/misc/gnome-icon-theme/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gnome-icon-theme +# Date Created: 05 October 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.74 2006/04/13 07:52:36 bland Exp $ +# + +PORTNAME= gnome-icon-theme +PORTVERSION= 2.15.1 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A collection of icons for the GNOME 2 desktop + +BUILD_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + icon-naming-utils>=0.7.2:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack intlhack gnometarget gtk20 +INSTALLS_ICONS= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ + s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ + ${WRKSRC}/po/Makefile.in.in + +post-install: + @${MKDIR} ${PREFIX}/share/icons/gnome/48x48/apps + +.include <bsd.port.mk> |