summaryrefslogtreecommitdiff
path: root/x11/emu
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 12:39:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 12:39:52 +0000
commita0985157048a8cc05b663efbf3d68d548e499cea (patch)
tree9ed6d8075eca711a70f97f3df169db2f94f5bb4a /x11/emu
parentMissing semi-colon after a done statement. Fixed. (diff)
Bring in the emu port. Package files to follow.
Notes
Notes: svn path=/head/; revision=88
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
new file mode 100644
index 000000000000..b60e69808d2a
--- /dev/null
+++ b/x11/emu/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: emu
+# Version required: 1.3
+# Date created: 13 September 1994
+# Whom: jkh
+#
+# $Id: Makefile,v 1.4 1994/09/13 06:35:07 jkh Exp $
+#
+
+DISTNAME= emu-1.3
+MASTER_SITES= ftp://ftp.x.org/contrib/applications
+
+.include <bsd.port.mk>