aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons-dropline-nou/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-09-29 15:45:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-09-29 15:45:39 +0000
commit69ff4293c46f5f3e8e00e522931516e591911ab5 (patch)
treec13c3724e215ab3c50988fbbd4aa4937d7f217be /x11-themes/gnome-icons-dropline-nou/Makefile
parentd804b6a6f07aa5ebd8b8ab22faab0c2dac547847 (diff)
downloadports-69ff4293c46f5f3e8e00e522931516e591911ab5.tar.gz
ports-69ff4293c46f5f3e8e00e522931516e591911ab5.zip
Add the Dropline Nou iconset for Gnome.
Notes
Notes: svn path=/head/; revision=220994
Diffstat (limited to 'x11-themes/gnome-icons-dropline-nou/Makefile')
-rw-r--r--x11-themes/gnome-icons-dropline-nou/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons-dropline-nou/Makefile b/x11-themes/gnome-icons-dropline-nou/Makefile
new file mode 100644
index 000000000000..bc1b3e2503bc
--- /dev/null
+++ b/x11-themes/gnome-icons-dropline-nou/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gnome-icons-gion
+# Date created: 2008-09-29
+# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dropline-nou
+PORTVERSION= 090208
+CATEGORIES= x11-themes gnome
+MASTER_SITES= http://www.silvestre.com.ar/wp-content/uploaded/
+DISTNAME= Nou-${PORTVERSION}
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Dropline Nou Icons for Gnome
+
+USE_BZIP2= yes
+WRKSRC= "${WRKDIR}/Nou"
+
+post-extract:
+ @${RM} ${WRKSRC}/.icon-theme.cache
+
+.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
+.include <bsd.port.mk>