aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kallery/Makefile
blob: bab26073626566d6a97647ce0e0de8830f77cbd1 (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
# New ports collection makefile for:   kallery
# Date created:        22 September 2002
# Whom:                Michael Collette
#
# $FreeBSD$
#

PORTNAME=   kallery
PORTVERSION=    1.2.0
PORTREVISION=   6
CATEGORIES= graphics www kde
MASTER_SITES=   http://kallery.kdewebdev.org/releases/

MAINTAINER= metrol@metrol.net
COMMENT=    An image gallery generator for KDE

LIB_DEPENDS=    MagickCore.4:${PORTSDIR}/graphics/ImageMagick

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

post-patch:
.if !defined(NOPORTDOCS)
    @${REINPLACE_CMD} -Ee \
        's|(dtd/kdex.dtd)|${LOCALBASE}/share/apps/ksgmltools2/customization/\1|' \
        ${WRKSRC}/doc/en/index.docbook
.else
    @${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>