summaryrefslogtreecommitdiff
path: root/editors/e3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/e3/Makefile')
-rw-r--r--editors/e3/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile
new file mode 100644
index 000000000000..a24de24ff1e1
--- /dev/null
+++ b/editors/e3/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: e3
+# Date created: Tue 5 Dec 2000
+# Whom: joseph@randomnetworks.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= e3
+PORTVERSION= 1.1
+CATEGORIES= editors
+MASTER_SITES= http://www.sax.de/~adlibit/
+
+MAINTAINER= joseph@randomnetworks.com
+
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+
+WRKSRC= ${WRKDIR}/${DISTNAME}a
+
+USE_GMAKE= yes
+MAKE_ARGS= OS=FREEBSD
+ONLY_FOR_ARCH= i386
+
+MAN1= e3.1
+
+.include <bsd.port.mk>