2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:51 sthen Exp $
|
2019-07-02 09:17:53 +00:00
|
|
|
|
|
|
|
COMMENT = minimal remote system monitor
|
|
|
|
|
|
|
|
DISTNAME = slant-0.0.21
|
2019-07-05 01:03:36 +00:00
|
|
|
REVISION = 0
|
2019-07-02 09:17:53 +00:00
|
|
|
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
|
|
|
|
HOMEPAGE = https://kristaps.bsd.lv/slant/
|
|
|
|
|
|
|
|
MAINTAINER = Kristaps Dzonsons <kristaps@bsd.lv>
|
|
|
|
|
|
|
|
# ISC
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2019-07-02 09:17:53 +00:00
|
|
|
|
|
|
|
# uses pledge()
|
|
|
|
WANTLIB += c curses sqlite3 tls z
|
|
|
|
|
|
|
|
BUILD_DEPENDS = www/openradtool>=0.7.4
|
2019-07-05 01:03:36 +00:00
|
|
|
RUN_DEPENDS = ${BUILD_DEPENDS}
|
2019-07-02 09:17:53 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS = databases/sqlite3
|
|
|
|
|
|
|
|
MASTER_SITES = https://kristaps.bsd.lv/slant/snapshots/
|
|
|
|
|
|
|
|
SUBST_VARS = VARBASE
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|