openbsd-ports/productivity/jrnlc/Makefile
kn 2a3ad9a01c Update to 2022.b
From Matthias Schmidt, thanks
2022-07-10 10:55:07 +00:00

28 lines
438 B
Makefile

COMMENT = opinionated command line journal
GH_ACCOUNT = thexhr
GH_PROJECT = jrnlc
GH_TAGNAME = 2022.b
CATEGORIES = productivity
HOMEPAGE = https://github.com/thexhr/jrnlc
MAINTAINER = Matthias Schmidt <openbsd@xosc.org>
# ISC
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
# Uses pledge()
WANTLIB += c json-c sodium
LIB_DEPENDS = devel/json-c \
security/libsodium
NO_TEST = Yes
.include <bsd.port.mk>