freebsd-ports/graphics/kphotoalbum/Makefile
Boris Samorodov 8d56f00ee5 Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
2012-07-31 15:29:26 +00:00

28 lines
686 B
Makefile

# New ports collection makefile for: kimdaba
# Date created: Sat Dec 13 16:09:29 CET 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= kphotoalbum
PORTVERSION= 3.1.1
PORTREVISION= 11
CATEGORIES= graphics kde
MASTER_SITES= http://www.kphotoalbum.org/data/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Image database for KDE
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
exiv2.12:${PORTSDIR}/graphics/exiv2 \
kdcraw.4:${PORTSDIR}/graphics/libkdcraw
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>