freebsd-ports/news/mail2nntp/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

33 lines
692 B
Makefile

# Created by: gary@hayers.org
# $FreeBSD$
PORTNAME= mail2nntp
PORTVERSION= 1.0
CATEGORIES= news mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable%201.0/
MAINTAINER= gary@hayers.org
COMMENT= Simple mail to news gateway
LICENSE= GPLv2
RUN_DEPENDS= p5-NNTPClient>=0:news/p5-NNTPClient
USES= perl5 shebangfix
USE_PERL5= run
NO_BUILD= yes
SHEBANG_FILES= mail2nntp.pl
PORTDOCS= *
PLIST_FILES= bin/mail2nntp.pl
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mail2nntp.pl ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Changelog ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>