20 lines
320 B
Makefile
20 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.20 2020/06/13 09:45:55 fcambus Exp $
|
|
|
|
COMMENT= ncurses-based du(1)
|
|
|
|
DISTNAME= ncdu-1.15.1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://dev.yorhel.nl/ncdu/
|
|
|
|
MASTER_SITES= https://dev.yorhel.nl/download/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|