mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
3c8a196315
- Add LICENSE - Trim Makefile header
19 lines
331 B
Makefile
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>
|