aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/digikam/Makefile
blob: fc3892b562efa7f4f19c01309487b9a83889fef3 (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
46
47
48
# New ports collection makefile for:    digikam
# Date created:             3 February 2003
# Whom:                 Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#

PORTNAME=   digikam
DISTVERSION=    0.9.6
PORTREVISION=   3
CATEGORIES= graphics kde
MASTER_SITES=   SF

MAINTAINER= ale@FreeBSD.org
COMMENT=    An advanced digital photo management application for KDE

LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff \
        kipi.2:${PORTSDIR}/graphics/libkipi \
        gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
        kexiv2.5:${PORTSDIR}/graphics/libkexiv2 \
        lcms.1:${PORTSDIR}/graphics/lcms \
        kdcraw.4:${PORTSDIR}/graphics/libkdcraw \
        png.6:${PORTSDIR}/graphics/png \
        sqlite3.8:${PORTSDIR}/databases/sqlite3 \
        jasper.4:${PORTSDIR}/graphics/jasper

PORTSCOUT=  limit:^0\.

USE_BZIP2=  yes
USE_AUTOTOOLS=  libtool:22
USE_GMAKE=  yes
USE_KDELIBS_VER=3
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes

CONFIGURE_ARGS= --without-included-sqlite3

MAN1=       digitaglinktree.1

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
        ${WRKSRC}/${CONFIGURE_SCRIPT}
    @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT}
    @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \
        ${WRKSRC}/digikam/Makefile.in ${WRKSRC}/digikam/digikam/Makefile.in

.include <bsd.port.mk>