970d2479cc
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>
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# 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>
|