diff options
Diffstat (limited to 'graphics/npretty/Makefile')
-rw-r--r-- | graphics/npretty/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile new file mode 100644 index 000000000000..74fa1cf1a293 --- /dev/null +++ b/graphics/npretty/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: npretty +# Date created: 11 October 2006 +# Whom: uchman +# +# $FreeBSD$ +# + +PORTNAME= npretty +PORTVERSION= 0.9.3 +CATEGORIES= graphics +MASTER_SITES= http://bbb.pean.org/junk/npretty/ + +MAINTAINER= peter@pean.org +COMMENT= A simple web-gallery ganerator written in perl + +RUN_DEPENDS= ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \ + ${SITE_PERL}/mach/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ + ${SITE_PERL}/mach/forks.pm:${PORTSDIR}/devel/p5-forks + +LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick + +NO_BUILD= yes +USE_PERL5_RUN= yes + +post-patch: + @ ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/npretty.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/npretty.pl ${PREFIX}/bin + ${MKDIR} ${PREFIX}/etc/npretty + ${INSTALL_DATA} ${WRKSRC}/novideo.gif ${PREFIX}/etc/npretty + ${INSTALL_DATA} ${WRKSRC}/npretty_template.tpl ${PREFIX}/etc/npretty + ${INSTALL_DATA} ${WRKSRC}/npretty.conf ${PREFIX}/etc/npretty + +.include <bsd.port.mk> |