Changelog: "Enpower -l (tag-listing mode). This is now able to emit all tags in JSON formatted output via -j, which makes it easy for dynamic sites to play with tag listings in any way they choose. (See sblg(1) for an explanation of the output format.) Also add -r, which stipulates that -l will print tag-first. This is most useful for -j, as it allows for easy browsing by tag name."
29 lines
461 B
Makefile
29 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/04/11 05:35:37 bentley Exp $
|
|
|
|
COMMENT = simple off-line blog utility
|
|
|
|
DISTNAME = sblg-0.4.1
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://kristaps.bsd.lv/sblg/
|
|
|
|
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
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>
|