1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/libkexiv2-kde4/Makefile
Pav Lucistnik 25108557d4 - Bump PORTREVISION to force rebuild with new exiv2, which is reported to be
ABI incompatible

PR:		ports/110972
Reported by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
2007-03-29 21:46:14 +00:00

31 lines
684 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.1
PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kipi
MAINTAINER= ale@FreeBSD.org
COMMENT= A wrapper library to manipulate pictures metadata
LIB_DEPENDS= exiv2.0:${PORTSDIR}/graphics/exiv2
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
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>