summaryrefslogtreecommitdiff
path: root/x11/ede/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ede/Makefile')
-rw-r--r--x11/ede/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/ede/Makefile b/x11/ede/Makefile
new file mode 100644
index 00000000000..988dc773c12
--- /dev/null
+++ b/x11/ede/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/02 14:42:52 xtraeme Exp $
+#
+
+DISTNAME= ede-1.0.4
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ede/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://ede.sourceforge.net/
+COMMENT= Equinox Desktop Environment
+
+WRKSRC= ${WRKDIR}/ede
+USE_LANGUAGES+= c++
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+
+.include "../../x11/efltk/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"