diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-25 17:46:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-25 17:46:42 +0800 |
commit | 51d66df17bf2aa0d4f0b4533c57463e3a35845dc (patch) | |
tree | 1649debcb7fa7a8fe97a037d791bd149524f8549 /x11-themes | |
parent | 3d2758e9e6582fa8c4cee7e2aade9e89dd60c231 (diff) | |
download | marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar.gz marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar.zst marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.zip |
Update to 0.8.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/icon-naming-utils/Makefile | 27 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/pkg-plist | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile new file mode 100644 index 000000000..3939e4922 --- /dev/null +++ b/x11-themes/icon-naming-utils/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: icon-naming-utils +# Date created: 2005-11-05 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= icon-naming-utils +PORTVERSION= 0.8.7 +CATEGORIES= x11-themes +MASTER_SITES= http://tango.freedesktop.org/releases/ + +MAINTAINER= pneumann@gmail.com +COMMENT= Utilities of the Tango project + +BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + +USE_PERL5= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig gnometarget + +pre-configure: + @ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-themes/icon-naming-utils/distinfo b/x11-themes/icon-naming-utils/distinfo new file mode 100644 index 000000000..0aca91081 --- /dev/null +++ b/x11-themes/icon-naming-utils/distinfo @@ -0,0 +1,3 @@ +MD5 (icon-naming-utils-0.8.7.tar.gz) = 4abe604721ce2ccb67f451aa7ceb44d6 +SHA256 (icon-naming-utils-0.8.7.tar.gz) = 1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2 +SIZE (icon-naming-utils-0.8.7.tar.gz) = 69675 diff --git a/x11-themes/icon-naming-utils/pkg-descr b/x11-themes/icon-naming-utils/pkg-descr new file mode 100644 index 000000000..62f5d341a --- /dev/null +++ b/x11-themes/icon-naming-utils/pkg-descr @@ -0,0 +1,3 @@ +Icon naming utilities of the Tango project. + +WWW: http://tango-project.org/ diff --git a/x11-themes/icon-naming-utils/pkg-plist b/x11-themes/icon-naming-utils/pkg-plist new file mode 100644 index 000000000..9e498bf37 --- /dev/null +++ b/x11-themes/icon-naming-utils/pkg-plist @@ -0,0 +1,6 @@ +libexec/icon-name-mapping +share/dtds/legacy-icon-mapping.dtd +libdata/pkgconfig/icon-naming-utils.pc +%%DATADIR%%/legacy-icon-mapping.xml +@dirrm share/dtds +@dirrm share/icon-naming-utils |