freebsd-ports/textproc/minixmlto/Makefile
Mikhail Teterin ee8eb473b7 Explicitly state the desired PREFIX to avoid breakage, where it
is anything other than /usr/local.

Approved by:	maintainer
2016-12-10 04:11:40 +00:00

21 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= minixmlto
PORTVERSION= 0.0.2
CATEGORIES= textproc
MAINTAINER= bapt@FreeBSD.org
COMMENT= Minimalistic alternative to xmlto
LICENSE= BSD2CLAUSE
RUN_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
xsltproc:textproc/libxslt \
html2text:textproc/html2text
USE_GITHUB= yes
GH_ACCOUNT= bapt
PLIST_FILES= bin/minixmlto
MAKE_ARGS= PREFIX="${PREFIX}"
.include <bsd.port.mk>