Stagify, employ OPTIONS helpers and @sample keyword in pkg-plist.

This commit is contained in:
Alexey Dokuchaev 2014-06-08 09:07:34 +00:00
parent 985ce60b1e
commit 077a2ed61f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356994
2 changed files with 13 additions and 19 deletions

View File

@ -17,27 +17,20 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} jpegtran:${PORTSDIR}/graphics/jpeg
USES= perl5
USE_PERL5= configure
PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO
OPTIONS_DEFINE= IMAGEMAGICK DOCS
IMAGEMAGICK_DESC= Image::Magick Perl module support
MAN1= ${PORTNAME}.1
PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMAGEMAGICK}
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
post-install:
@${MKDIR} ${ETCDIR}
@${MKDIR} ${STAGEDIR}${ETCDIR}
.for conf in colors.conf copyright.tag renrot.conf tags.conf
${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${ETCDIR}/${conf}.sample
${INSTALL_DATA} ${WRKSRC}/etc/${conf} \
${STAGEDIR}${ETCDIR}/${conf}.sample
.endfor
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,9 +1,10 @@
bin/renrot
etc/renrot/colors.conf.sample
etc/renrot/copyright.tag.sample
etc/renrot/renrot.conf.sample
etc/renrot/tags.conf.sample
@sample etc/renrot/colors.conf.sample
@sample etc/renrot/copyright.tag.sample
@sample etc/renrot/renrot.conf.sample
@sample etc/renrot/tags.conf.sample
@dirrm etc/renrot
man/man1/renrot.1.gz
%%SITE_PERL%%/%%PERL_ARCH%%/auto/renrot/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/renrot
%%SITE_PERL%%/Image/RenRot/Config.pm