pkgsrc/www/llgal/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:58 wiz Exp $
#
DISTNAME= llgal-0.13.16
PKGREVISION= 5
CATEGORIES= www graphics
MASTER_SITES= http://download.gna.org/llgal/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://home.gna.org/llgal/
COMMENT= The llgal is an easy and fast on-line static gallery generator
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR=yes
USE_LANGUAGES= # none
USE_TOOLS+= gmake msgfmt perl:run
PERL5_PACKLIST= auto/Llgal/.packlist
REPLACE_PERL+= llgal.in
MAKE_FLAGS+= PERL_INSTALLDIRS=vendor
MAKE_FLAGS+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_FLAGS+= SYSCONFDIR=${PKG_SYSCONFBASE}
INSTALL_TARGET= install install-man
PKG_SYSCONFSUBDIR= llgal
DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-gettext-[0-9]*:../../devel/p5-gettext
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"