b246b3ea39
PR: 188885 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
17 lines
348 B
Makefile
17 lines
348 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dkns
|
|
PORTVERSION= 1.94
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Simple console text editor
|
|
|
|
RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
|
|
|
|
PLIST_FILES= bin/dkns \
|
|
man/man1/dkns.1.gz
|
|
|
|
.include <bsd.port.mk>
|