From 69c0080d3614d0a05b38e49e21d7e0eaa431b629 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 2 Oct 2021 02:04:38 +0000 Subject: OpenBSD: Add port for litterbox --- OpenBSD/net/litterbox/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 OpenBSD/net/litterbox/Makefile (limited to 'OpenBSD/net/litterbox/Makefile') diff --git a/OpenBSD/net/litterbox/Makefile b/OpenBSD/net/litterbox/Makefile new file mode 100644 index 0000000..d82b5fd --- /dev/null +++ b/OpenBSD/net/litterbox/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD$ + +COMMENT = IRC logger +DISTNAME = litterbox-1.8 +CATEGORIES = net +HOMEPAGE = https://git.causal.agency/litterbox/about/ +MAINTAINER = june@causal.agency + +# 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 + +NO_TEST = Yes + +CFLAGS += -I${LOCALBASE}/include +MAKE_FLAGS += LDFLAGS=-L${LOCALBASE}/lib +FAKE_FLAGS = PREFIX=${PREFIX} + +.include -- cgit 1.4.1 a href='/zlib-man-pages/about/'>about summary refs log tree commit diff homepage
Commit message (Expand)Author
2018-11-12Add gzopen.3June McEnroe
2018-11-12Add inflateBackEnd.3June McEnroe
2018-11-12Add inflateBack.3June McEnroe
2018-11-12Add inflateBackInit.3June McEnroe
2018-11-11Add inflateGetHeader.3June McEnroe
2018-11-11Add inflateMark.3June McEnroe
2018-11-11Add inflatePrime.3June McEnroe
2018-11-11Add inflateReset.3June McEnroe
2018-11-11Add inflateCopy.3June McEnroe
2018-11-11Add inflateSync.3June McEnroe
2018-11-11Add inflateGetDictionary.3June McEnroe
2018-11-11Add inflateSetDictionary.3June McEnroe
2018-11-11Add inflateInit2.3June McEnroe