5115842db5
- Switch MASTER_SITES to https Approved by: portmgr (just-fix-it)
21 lines
458 B
Makefile
21 lines
458 B
Makefile
PORTNAME= dkns
|
|
PORTVERSION= 1.100
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Simple console text editor
|
|
WWW= https://www.mammothcheese.ca/dkns.txt
|
|
|
|
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>
|