1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/kphotoalbum-kde4/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
680 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= 2
CATEGORIES= graphics kde
MASTER_SITES= http://www.kphotoalbum.org/download/
MAINTAINER= markus@FreeBSD.org
COMMENT= Image database for KDE
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
exiv2.3:${PORTSDIR}/graphics/exiv2 \
kdcraw:${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>