ebbef5bab9
minixmlto gained the ability to use docbook2mdoc when possible instead of using xsl toolchain. In this version this is off by default and activable vis PREFER_DOCBOOK2MDOC env var
22 lines
518 B
Makefile
22 lines
518 B
Makefile
PORTNAME= minixmlto
|
|
PORTVERSION= 0.0.7
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Minimalistic alternative to xmlto
|
|
WWW= https://github.com/bapt/minixmlto
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
|
|
xsltproc:textproc/libxslt \
|
|
html2text:textproc/html2text \
|
|
docbook2mdoc:textproc/docbook2mdoc
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bapt
|
|
PLIST_FILES= bin/minixmlto
|
|
MAKE_ARGS= DOCBOOK_XSL="${LOCALBASE}/share/xsl/docbook" PREFIX="${PREFIX}"
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|