blob: 6a6aa80af42ec1bb678ce34298eec1b15e06fa90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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= 2
CATEGORIES= graphics devel
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A wrapper library to manipulate pictures metadata
LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
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>
|