mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
66812bc04f
- Add LICENSE_FILE
21 lines
387 B
Makefile
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>
|