mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
17 lines
287 B
Makefile
17 lines
287 B
Makefile
COMMENT = minimalistic file browser
|
|
DISTNAME = noice-0.8
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://git.2f30.org/noice/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c curses
|
|
|
|
SITES = https://dl.2f30.org/releases/
|
|
|
|
MAKE_FLAGS = CC="${CC}"
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|