1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/libkexiv2/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

30 lines
665 B
Makefile

# New ports collection makefile for: libkexiv2
# Date created: 14 March 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= libkexiv2
PORTVERSION= 0.1.9
PORTREVISION= 8
CATEGORIES= graphics devel
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A wrapper library to manipulate pictures metadata
LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>