1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/ncdu/Makefile
Tobias Kortkamp 66812bc04f Adopt sysutils/ncdu
- Add LICENSE_FILE
2018-02-24 22:42:50 +00:00

21 lines
387 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= ncdu
PORTVERSION= 1.13
CATEGORIES= sysutils
MASTER_SITES= http://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>