summaryrefslogtreecommitdiff
path: root/games/eif/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 13:13:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 13:13:38 +0000
commitbbaf5337050694b1eb3c0a00d81de2bfd2ace709 (patch)
tree10d6f5454907c4fe2c4068eef806c3472cf97fdb /games/eif/Makefile
parentNew port: games/gnmm (GNOME Nine mens' morris) (diff)
new port: games/eif (empire text client)
Classic console client for the Wolfpack Empire game PR: ports/48934 Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes: svn path=/head/; revision=89674
Diffstat (limited to 'games/eif/Makefile')
-rw-r--r--games/eif/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/eif/Makefile b/games/eif/Makefile
new file mode 100644
index 000000000000..c59282ed9b02
--- /dev/null
+++ b/games/eif/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: eif
+# Date created: 4 March 2003
+# Whom: johans
+#
+# $FreeBSD$
+#
+
+PORTNAME= eif
+PORTVERSION= 1.2.2
+CATEGORIES= games
+MASTER_SITES= http://www.stack.nl/~marcolz/empire/
+
+MAINTAINER= johans@stack.nl
+COMMENT= Empire text client
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>