1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/editors/dkns/Makefile
2021-04-06 16:31:07 +02:00

23 lines
466 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
PORTNAME= dkns
PORTVERSION= 1.100
CATEGORIES= editors
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Simple console text editor
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= munger:lang/munger
MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
NO_ARCH= yes
PLIST_FILES= bin/dkns \
man/man1/dkns.1.gz
.include <bsd.port.mk>