4ac0c48dcd
- Fix identation - Use GNU_CONFIGURE for GNU configure - Add LICENSE
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# 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 # or later
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
|
|
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
|
|
|
|
USE_SDL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|