freebsd-ports/textproc/perl2html/Makefile
Muhammad Moinur Rahman 08ea87e925
textproc/perl2html: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 13:35:16 +01:00

24 lines
515 B
Makefile

PORTNAME= perl2html
PORTVERSION= 0.9.2
PORTREVISION= 2
CATEGORIES= textproc www
MASTER_SITES= SUNSITE/apps/www/converters
MAINTAINER= mkamm@gmx.net
COMMENT= Perl sources to HTML converter
WWW= http://user.cs.tu-berlin.de/~schintke/x2html/
LICENSE= GPLv2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in AUTHORS NEWS README
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>