openbsd-ports/sysutils/ncdu/Makefile

21 lines
359 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:41:31 espie Exp $
COMMENT= ncurses-based du(1)
2012-10-21 09:45:55 -04:00
DISTNAME= ncdu-1.9
CATEGORIES= sysutils
HOMEPAGE= http://dev.yorhel.nl/ncdu/
MASTER_SITES= http://dev.yorhel.nl/download/ \
${MASTER_SITE_SOURCEFORGE:=ncdu/}
# MIT
PERMIT_PACKAGE_CDROM= Yes
2010-10-25 13:49:26 -04:00
WANTLIB= c ncursesw
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>