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

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

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

RUN_DEPENDS=	munger:lang/munger

MAKE_ENV=	INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"

PLIST_FILES=	bin/dkns \
		man/man1/dkns.1.gz

.include <bsd.port.mk>