igal2 (the successor of igal) is a quick and easy program for placing your images online with just one command-line. It generates a pretty good-looking set of W3-compliant static HTML slides even with its default settings. The slide show preloads the next image with JavaScript - ideal for slower links.
28 lines
538 B
Makefile
28 lines
538 B
Makefile
# New ports collection Makefile for: igal2
|
|
# Date created: 24 May 2009
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= igal2
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= www graphics
|
|
MASTER_SITES= http://igal.trexler.at/
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= A simple CLI image gallery generator
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
CONFLICTS= igal-1.*
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
MAN1= igal2.1
|
|
MANCOMPRESSED= no
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile ${WRKSRC}/igal2
|
|
|
|
.include <bsd.port.mk>
|