diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 03:23:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 03:23:43 +0000 |
commit | 970d2479cc30f3daf697af0af33359d24dee55f8 (patch) | |
tree | 7855a3cb653824aec710d2aee71136cad4fd1904 /games/kevedit/Makefile | |
parent | ef4fc524f86ce2f4cc72166bd1e5cfe04c5213df (diff) |
new port: games/kevedit (editor for ZZT)
Kevedit is an editor for the classic DOS game ZZT. The
"Linux version" runs under FreeBSD with only trivial
modification.
PR: ports/116388
Submitted by: Raymond Pasco <ray@cultofray.net>
Notes
Notes:
svn path=/head/; revision=199920
Diffstat (limited to 'games/kevedit/Makefile')
-rw-r--r-- | games/kevedit/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/kevedit/Makefile b/games/kevedit/Makefile new file mode 100644 index 000000000000..15b32309f14d --- /dev/null +++ b/games/kevedit/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: kevedit +# Date created: 16 September 2007 +# Whom: Raymond Pasco <ray@cultofray.net> +# +# $FreeBSD$ +# + +PORTNAME= kevedit +PORTVERSION= 0.5.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= kevedit + +MAINTAINER= ray@cultofray.net +COMMENT= Modern ZZT editor with necessary features + +USE_SDL= yes +USE_CDRTOOLS= yes +HAS_CONFIGURE= yes + +.include <bsd.port.mk> +# DO NOT DELETE |