freebsd-ports/sysutils/ncdu/Makefile
Pawel Pekala 49e8962a12 - Update to version 1.10
- Remove Author: tag from pkg-descr
2013-05-11 15:31:46 +00:00

18 lines
331 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}
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>