37 lines
692 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:51 sthen Exp $
COMMENT = minimal remote system monitor
DISTNAME = slant-0.0.21
REVISION = 0
CATEGORIES = sysutils
HOMEPAGE = https://kristaps.bsd.lv/slant/
MAINTAINER = Kristaps Dzonsons <kristaps@bsd.lv>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB += c curses sqlite3 tls z
BUILD_DEPENDS = www/openradtool>=0.7.4
RUN_DEPENDS = ${BUILD_DEPENDS}
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>