mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e7938db9ca
may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)
23 lines
336 B
Makefile
23 lines
336 B
Makefile
PORTROACH= limit:^1
|
|
|
|
COMMENT= ncurses-based du(1)
|
|
|
|
DISTNAME= ncdu-1.22
|
|
CATEGORIES= sysutils
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://dev.yorhel.nl/ncdu/
|
|
|
|
MAINTAINER= Frederic Cambus <fcambus@openbsd.org>
|
|
|
|
SITES= https://dev.yorhel.nl/download/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|