1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/sysutils/ncdu/Makefile
Pawel Pekala 3c8a196315 - Update to version 1.9
- Add LICENSE
- Trim Makefile header
2012-09-27 18:44:10 +00:00

19 lines
331 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= ncdu
PORTVERSION= 1.9
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>