diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 21:13:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 21:13:38 +0800 |
commit | 986cc74ab17d55538c19180936fa8a34df2c3b78 (patch) | |
tree | 2a6a549edcb28a91fea06cf70acde32dd12e945e /games/eif/Makefile | |
parent | 05deb35049c7454312608a7e2bda2c44ac7e005e (diff) | |
download | freebsd-ports-gnome-986cc74ab17d55538c19180936fa8a34df2c3b78.tar.gz freebsd-ports-gnome-986cc74ab17d55538c19180936fa8a34df2c3b78.tar.zst freebsd-ports-gnome-986cc74ab17d55538c19180936fa8a34df2c3b78.zip |
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>
Diffstat (limited to 'games/eif/Makefile')
-rw-r--r-- | games/eif/Makefile | 18 |
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> |