aboutsummaryrefslogtreecommitdiffstats
path: root/www/igal2/Makefile
blob: ebe2dc9329a1d37635d6cddd70d7ba1461448c82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: gahr
# $FreeBSD$

PORTNAME=   igal2
PORTVERSION=    2.1
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

OPTIONS_DEFINE= EXIF
EXIF_DESC=  Support EXIF data (-e option)

CONFLICTS=  igal-1.*
USES=       perl5
NO_BUILD=   yes

MAN1=       igal2.1
MANCOMPRESSED=  no

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MEXIF}
RUN_DEPENDS+=    p5-Image-ExifTool>=7.0:${PORTSDIR}/graphics/p5-Image-ExifTool
.endif

post-patch:
    ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile ${WRKSRC}/igal2

.include <bsd.port.mk>