summaryrefslogtreecommitdiffstats
path: root/x11-themes/icon-naming-utils/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-25 17:46:42 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-25 17:46:42 +0800
commit51d66df17bf2aa0d4f0b4533c57463e3a35845dc (patch)
tree1649debcb7fa7a8fe97a037d791bd149524f8549 /x11-themes/icon-naming-utils/Makefile
parent3d2758e9e6582fa8c4cee7e2aade9e89dd60c231 (diff)
downloadmarcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar
marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar.gz
marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar.bz2
marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar.lz
marcuscom-ports-51d66df17bf2aa0d4f0b4533c57463e3a35845dc.tar.xz
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/icon-naming-utils/Makefile')
-rw-r--r--x11-themes/icon-naming-utils/Makefile27
1 files changed, 27 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>