1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/graphics/kphotoalbum-kde4/Makefile
Boris Samorodov 284140b5d2 . update graphics/exiv2 to the new version;
. bump ports which depends upon libexiv2.so
  (the library was bumpted from *.so.3 to *.so.7);
. mark current graphics/py-exiv2 as broken since it doesn't compile
  with new libexiv2; this should change with graphics/py-exiv2-0.2.

PR:		ports/131376
Submitted by:	bsam (me)
Discussed with:	kde@
Approved by:	maintainer timeout (5 weeks)
2009-03-11 22:19:40 +00:00

29 lines
688 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= 4
CATEGORIES= graphics kde
MASTER_SITES= http://www.kphotoalbum.org/data/download/
MAINTAINER= markus@FreeBSD.org
COMMENT= Image database for KDE
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
exiv2.7:${PORTSDIR}/graphics/exiv2 \
kdcraw.4:${PORTSDIR}/graphics/libkdcraw
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>