freebsd-ports/textproc/c2html/Makefile
Alexey Dokuchaev 35f74fbe2e - Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
2018-01-11 18:09:00 +00:00

25 lines
501 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= c2html
PORTVERSION= 0.9.6
CATEGORIES= textproc www
MASTER_SITES= SUNSITE/apps/www/converters
MAINTAINER= mkamm@gmx.net
COMMENT= C-language sources to HTML converter
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/c2html man/man1/c2html.1.gz
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>