86a430a23b
This release tightens up action handling and improves documentation formatting. scoop(1) now opens the database in read-only mode. No changes have been made to the database format.
31 lines
485 B
Makefile
31 lines
485 B
Makefile
COMMENT = TLS-only IRC logger
|
|
|
|
DISTNAME = litterbox-1.9
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://git.causal.agency/litterbox/about/
|
|
|
|
MAINTAINER = Omar Polo <op@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c sqlite3 tls
|
|
|
|
LIB_DEPENDS = databases/sqlite3
|
|
|
|
MASTER_SITES = https://git.causal.agency/litterbox/snapshot/
|
|
|
|
# C11
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
FAKE_FLAGS = PREFIX=${TRUEPREFIX}
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|