ports/sysutils/ncdu/Makefile
Sunpoet Po-Chuan Hsieh 6bd549ea7e Update MASTER_SITES and WWW
Approved by:	portmgr (blanket)
2019-02-05 14:26:52 +00:00

21 lines
388 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= ncdu
PORTVERSION= 1.14
CATEGORIES= sysutils
MASTER_SITES= https://dev.yorhel.nl/download/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Ncurses du(1)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>