pkgsrc/www/llgal/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2010/08/21 16:36:31 seb Exp $
#
DISTNAME= llgal-0.13.16
PKGREVISION= 1
CATEGORIES= www graphics
MASTER_SITES= http://download.gna.org/llgal/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryo_on@yk.rim.or.jp
HOMEPAGE= http://home.gna.org/llgal/
COMMENT= The llgal is an easy and fast on-line static gallery generator
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
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"