aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/renrot/Makefile
blob: c465e1b33b7e1f21b889b4bc4daa0e6fc155ffea (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
42
43
44
45
# New ports collection makefile for:    RenRot
# Date created:             11 Dec 2011
# Whom:                 Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#

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

MAINTAINER= zeus@ibs.dn.ua
COMMENT=    Perl utility for various processing tasks on the image files

LICENSE=    ART20

BUILD_DEPENDS=  ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

OPTIONS=    IMAGEMAGICK "Enable Image::Magick module support"   off

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

.include <bsd.port.options.mk>

.if defined(WITH_IMAGEMAGICK)
RUN_DEPENDS+=   ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
.endif

post-install:
    @${MKDIR} ${PREFIX}/etc/${PORTNAME}
.for conf in colors.conf copyright.tag renrot.conf tags.conf
    ${INSTALL_DATA} ${WRKSRC}/etc/${conf} \
        ${PREFIX}/etc/${PORTNAME}/${conf}.sample
.endfor
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>