mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
aaaaee5fbe
- Corrects the bug causing a fatal munger error when user loads an empty file. PR: ports/121564 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# New ports collection makefile for: drood
|
|
# Date created: Sun, 03 Feb 2008 23:06:00 EST
|
|
# Whom: James Bailie <jimmy@mammothcheese.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dkns
|
|
PORTVERSION= 1.76
|
|
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
|
|
|
|
.include <bsd.port.mk>
|