2019-10-31 17:14:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2019/10/31 17:14:27 kn Exp $
|
2015-11-21 21:42:55 +00:00
|
|
|
|
|
|
|
COMMENT = minimalistic file browser
|
2019-10-31 17:14:27 +00:00
|
|
|
DISTNAME = noice-0.8
|
2015-11-21 21:42:55 +00:00
|
|
|
CATEGORIES = sysutils
|
2019-10-31 17:14:27 +00:00
|
|
|
HOMEPAGE = https://git.2f30.org/noice/
|
2015-11-21 21:42:55 +00:00
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2015-11-21 21:42:55 +00:00
|
|
|
|
|
|
|
WANTLIB = c curses
|
|
|
|
|
2019-10-31 17:14:27 +00:00
|
|
|
MASTER_SITES = https://dl.2f30.org/releases/
|
2015-11-21 21:42:55 +00:00
|
|
|
|
|
|
|
MAKE_FLAGS = CC="${CC}"
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|