2007-03-14 14:40:51 +00:00
|
|
|
# New ports collection makefile for: libkexiv2
|
|
|
|
# Date created: 14 March 2007
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libkexiv2
|
2008-04-22 06:37:37 +00:00
|
|
|
PORTVERSION= 0.1.7
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2007-03-14 14:40:51 +00:00
|
|
|
CATEGORIES= graphics devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= kipi
|
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= A wrapper library to manipulate pictures metadata
|
|
|
|
|
2008-03-07 19:36:24 +00:00
|
|
|
LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2
|
2007-03-14 14:40:51 +00:00
|
|
|
|
|
|
|
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>
|