summaryrefslogtreecommitdiff
path: root/x11-wm/epplets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/epplets/Makefile')
-rw-r--r--x11-wm/epplets/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile
new file mode 100644
index 000000000000..4202d33b701e
--- /dev/null
+++ b/x11-wm/epplets/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: epplets
+# Version required: 0.3
+# Date created: 18 October 1999
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= Epplets-0.3
+PKGNAME= epplets-0.3
+CATEGORIES= x11-wm
+MASTER_SITES= http://www.eterm.org/download/
+
+MAINTAINER= nakai@FreeBSD.org
+
+BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-fsstd
+CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
+ EBIN=${X11BASE}/bin
+
+.include <bsd.port.mk>