Tweak games/kreversi version 4.14.3
[dports.git] / games / kevedit / Makefile
1 # Created by: Raymond Pasco <ray@cultofray.net>
2 # $FreeBSD$
3
4 PORTNAME=       kevedit
5 PORTVERSION=    0.5.1
6 PORTREVISION=   4
7 CATEGORIES=     games
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Modern ZZT editor with necessary features
12
13 LICENSE=        GPLv2+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  cdrecord:sysutils/cdrtools
17 RUN_DEPENDS=    cdrecord:sysutils/cdrtools
18
19 USE_SDL=        yes
20 GNU_CONFIGURE=  yes
21
22 .include <bsd.port.mk>