aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/icon-naming-utils/Makefile
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2005-11-27 14:32:53 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2005-11-27 14:32:53 +0800
commitb4258def8e8d2d115f49d1d193d8c022002e1fc9 (patch)
treeee92dc2ae656c6a28dc890aff7ddda00fd91c058 /x11-themes/icon-naming-utils/Makefile
parentb427c3b25e02a3b5577b7ffd75802c1ece4475f6 (diff)
downloadfreebsd-ports-gnome-b4258def8e8d2d115f49d1d193d8c022002e1fc9.tar.gz
freebsd-ports-gnome-b4258def8e8d2d115f49d1d193d8c022002e1fc9.tar.zst
freebsd-ports-gnome-b4258def8e8d2d115f49d1d193d8c022002e1fc9.zip
Add icon-naming-utils, icon naming utilities of the Tango project.
WWW: http://tango-project.org/ PR: 88897 Submitted by: Phillip Neumann <pneumann@gmail.com> Approved by: ahze (mentor)
Diffstat (limited to 'x11-themes/icon-naming-utils/Makefile')
-rw-r--r--x11-themes/icon-naming-utils/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile
new file mode 100644
index 000000000000..c446836a0de2
--- /dev/null
+++ b/x11-themes/icon-naming-utils/Makefile
@@ -0,0 +1,23 @@
+# 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.4.0
+CATEGORIES= x11-themes
+MASTER_SITES= http://tango-project.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
+
+.include <bsd.port.mk>