1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/llgal/Makefile
2010-03-07 15:41:37 +00:00

41 lines
1.3 KiB
Makefile

# New ports collection Makefile for: llgal
# Date created: 2007-01-25
# Whom: arved
#
# $FreeBSD$
PORTNAME= llgal
PORTVERSION= 0.13.16
CATEGORIES= www
MASTER_SITES= http://download.gna.org/llgal/
MAINTAINER= arved@FreeBSD.org
COMMENT= Command-line online gallery generator
BUILD_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool
RUN_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \
convert:${PORTSDIR}/graphics/ImageMagick
USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GETTEXT= yes
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX," ${WRKSRC}/Makefile
post-configure:
${SED} -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL
cd ${WRKSRC}/lib; ${PERL} Makefile.PL
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install//' ${WRKSRC}/lib/Makefile
.include <bsd.port.post.mk>