summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-icons-jini/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gnome-icons-jini/Makefile')
-rw-r--r--x11-themes/gnome-icons-jini/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-jini/Makefile b/x11-themes/gnome-icons-jini/Makefile
new file mode 100644
index 0000000..e6661ad
--- /dev/null
+++ b/x11-themes/gnome-icons-jini/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnome-icons-jini
+# Date created: 2008-09-29
+# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jini
+PORTVERSION= 0.7
+CATEGORIES= x11-themes gnome
+MASTER_SITES= http://kldp.net/frs/download.php/3799/
+PKGNAMEPREFIX= gnome-icons-
+DISTNAME= jini-icon-theme-${PORTVERSION}
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Jini Icons for Gnome
+
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}
+WANT_GNOME= yes
+INSTALLS_ICONS= yes
+
+post-extract:
+ @for FILE in ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \
+ ${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \
+ ${WRKDIR}/JiniBrown/scalable/apps/haansoft-hwp.svg \
+ ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \
+ ${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg; do \
+ ${LN} -sf ../../../JiniBlueSky/scalable/apps/haansoft-hwp.svg $${FILE}; \
+ done
+
+do-install:
+ @cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${PREFIX}/share/icons
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud