1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/ncdu/Makefile
2013-10-05 16:52:12 +00:00

19 lines
340 B
Makefile

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