aboutsummaryrefslogblamecommitdiff
path: root/sysutils/ncdu/Makefile
blob: d7c9e8638a0267da581da023b53b41888d2573d9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                        
           

                    
                    
                        
                                               
 
                                 

                             
                   
                                 
 
                       
                   

                                         

                      
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ncdu
PORTVERSION=	1.14
CATEGORIES=	sysutils
MASTER_SITES=	https://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>