diff options
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> |