summaryrefslogtreecommitdiff
path: root/editors/dkns/Makefile
blob: c86527a8754842950ba27cdefd38ceec1e13c916 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$

PORTNAME=	dkns
PORTVERSION=	1.92
CATEGORIES=	editors
MASTER_SITES=	http://www.mammothcheese.ca/

MAINTAINER=	jimmy@mammothcheese.ca
COMMENT=	Simple console text editor

RUN_DEPENDS=	munger:${PORTSDIR}/lang/munger

MAN1=		dkns.1
MANCOMPRESSED=	yes

PLIST_FILES=	bin/dkns

NO_STAGE=	yes
.include <bsd.port.mk>