19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/10/31 17:14:27 kn Exp $
|
|
|
|
COMMENT = minimalistic file browser
|
|
DISTNAME = noice-0.8
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://git.2f30.org/noice/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c curses
|
|
|
|
MASTER_SITES = https://dl.2f30.org/releases/
|
|
|
|
MAKE_FLAGS = CC="${CC}"
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|