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

                    
                    
                        
                                              
 
                                 

                             

                   
                       
                   

                                         

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

PORTNAME=	ncdu
PORTVERSION=	1.12
CATEGORIES=	sysutils
MASTER_SITES=	http://dev.yorhel.nl/download/

MAINTAINER=	pawel@FreeBSD.org
COMMENT=	Ncurses du(1)

LICENSE=	MIT

USES=		ncurses
GNU_CONFIGURE=	yes
PLIST_FILES=	bin/${PORTNAME} \
		man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>