summaryrefslogtreecommitdiff
path: root/wm/econf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/econf/Makefile')
-rw-r--r--wm/econf/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile
new file mode 100644
index 00000000000..ff0e27c53f5
--- /dev/null
+++ b/wm/econf/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
+#
+
+DISTNAME= enlightenment-conf-0.15
+PKGNAME= econf-0.15
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.enlightenment.org/
+
+DEPENDS+= control-center-*:../../x11/controlcenter
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_X11BASE= yes
+
+.include "../../mk/bsd.pkg.mk"