pkgsrc/www/llgal/Makefile
obache 7b36116d46 Import llgal-0.13.16 as www/llgal.
Packaged by Ryo ONODERA, from pkgsrc-wip.

llgal is a HTML gallery generator for images, videos, text and links.
It is based on igal and adds supports for various types of slides
including movies, text, links and subdirectories and several features
such as the addition of headers and footers in generated HTML files or
the generation of slide captions from JFIF, GIF or EXIF comments.
llgal generates nice web-pages through very simple HTML code that does
not require anything like php or javascript.
2010-04-24 13:58:52 +00:00

41 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 13:58:52 obache Exp $
#
DISTNAME= llgal-0.13.16
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"