aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/renrot/Makefile
blob: 745d80e056252ade01c88dbcc996c45853cc074e (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
35
36
37
38
39
40
41
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=   renrot
PORTVERSION=    1.2.0
CATEGORIES= graphics perl5
MASTER_SITES=   ftp://download.gnu.org.ua/pub/release/${PORTNAME}/

MAINTAINER= zeus@ibs.dn.ua
COMMENT=    Program to rename and rotate image files according to EXIF tags

LICENSE=    ART20

BUILD_DEPENDS=  p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool
RUN_DEPENDS:=   ${BUILD_DEPENDS} jpegtran:${PORTSDIR}/graphics/jpeg

PERL_CONFIGURE= yes

OPTIONS_DEFINE= IMAGEMAGICK DOCS
IMAGEMAGICK_DESC=   Image::Magick Perl module support

MAN1=       ${PORTNAME}.1
PORTDOCS=   AUTHORS README README.russian ChangeLog NEWS TODO

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MIMAGEMAGICK}
RUN_DEPENDS+=   convert:${PORTSDIR}/graphics/ImageMagick
.endif

post-install:
    @${MKDIR} ${ETCDIR}
.for conf in colors.conf copyright.tag renrot.conf tags.conf
    ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${ETCDIR}/${conf}.sample
.endfor
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>