aboutsummaryrefslogtreecommitdiffstats
path: root/games/kevedit/Makefile
blob: 39d64f84175ccb4f1b56d45afc09cc9bedd24cb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Raymond Pasco <ray@cultofray.net>
# $FreeBSD$

PORTNAME=   kevedit
PORTVERSION=    0.5.1
PORTREVISION=   4
CATEGORIES= games
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Modern ZZT editor with necessary features

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  cdrecord:sysutils/cdrtools
RUN_DEPENDS=    cdrecord:sysutils/cdrtools

USE_SDL=    yes
GNU_CONFIGURE=  yes

.include <bsd.port.mk>