mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# 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>
|