kn 9546f7d376 Update to noice 0.8
Contains bugfixes and new features.
Remove maintainer (author) on their behalf.
2019-10-31 17:14:27 +00:00

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>