summaryrefslogtreecommitdiff
path: root/graphics/wm-icons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/wm-icons/Makefile')
-rw-r--r--graphics/wm-icons/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/wm-icons/Makefile b/graphics/wm-icons/Makefile
new file mode 100644
index 00000000000..83c54c6a5f0
--- /dev/null
+++ b/graphics/wm-icons/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/12/28 15:08:54 tsutsui Exp $
+
+DISTNAME= wm-icons-0.4.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wm-icons/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= http://wm-icons.sourceforge.net/
+COMMENT= Efficient configurable icons distribution
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-all-sets
+
+INSTALLATION_DIRS+= share/icons/wm-icons
+
+.include "../../mk/bsd.pkg.mk"