blob: 2fda382b61518cbe77f3fcc86ff66bb20a819e06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: kevedit
# Date created: 16 September 2007
# Whom: Raymond Pasco <ray@cultofray.net>
#
# $FreeBSD$
#
PORTNAME= kevedit
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kevedit
MAINTAINER= ports@FreeBSD.org
COMMENT= Modern ZZT editor with necessary features
USE_SDL= yes
USE_CDRTOOLS= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|