Files
2026-02-18 10:15:57 +00:00

25 lines
489 B
Makefile

COMMENT = extract C reference manpages from SQLite3 header file
DISTNAME = sqlite2mdoc-1.0.1
MAINTAINER = Kristaps Dzonsons <kristaps@bsd.lv>
CATEGORIES = converters databases
HOMEPAGE = https://github.com/kristapsdz/sqlite2mdoc
SITES = https://kristaps.bsd.lv/sqlite2mdoc/snapshots/
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB = c
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = PREFIX="${PREFIX}"
ALL_TARGET = sqlite2mdoc
TEST_TARGET = regress
.include <bsd.port.mk>