kn d83b6f1773 Update to sblg 0.4.28
Documentation updates only: clarify "multi-standalone" mode
as combined, remove references to amalgamation, clarify where tag
symbols may be used, add more meaningful examples, etc. No code change.

From Bryan Vyhmeister, thanks.
2019-07-15 14:15:18 +00:00

29 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.22 2019/07/15 14:15:18 kn Exp $
COMMENT = simple off-line blog utility
DISTNAME = sblg-0.4.28
CATEGORIES = www
HOMEPAGE = https://kristaps.bsd.lv/sblg/
MAINTAINER = Bryan Vyhmeister <bryan@bsdjournal.net>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB += c expat
MASTER_SITES = https://kristaps.bsd.lv/sblg/snapshots/
MAKE_FLAGS = CC="${CC}"
CONFIGURE_STYLE = simple
NO_TEST = Yes
ALL_TARGET = sblg
.include <bsd.port.mk>