freebsd-ports/games/kevedit/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
420 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+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= cdrecord:sysutils/cdrtools
RUN_DEPENDS= cdrecord:sysutils/cdrtools
USE_SDL= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>