blob: db9d54c1384c6203681a743ea4b447d67add8330 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|