opnsense-ports/textproc/c2html/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

24 lines
497 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
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>