ports/converters/sqlite2mdoc/Makefile

25 lines
489 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = extract C reference manpages from SQLite3 header file
DISTNAME = sqlite2mdoc-1.0.0
MAINTAINER = Kristaps Dzonsons <kristaps@bsd.lv>
CATEGORIES = converters databases
HOMEPAGE = https://github.com/kristapsdz/sqlite2mdoc
2023-09-20 18:59:05 +00:00
SITES = https://kristaps.bsd.lv/sqlite2mdoc/snapshots/
2023-08-16 22:26:55 +00:00
# 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>