2004-10-13 08:04:48 +00:00
|
|
|
# New ports collection makefile for: exiv2
|
|
|
|
# Date created: 2004-09-24
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= exiv2
|
2008-03-07 19:35:59 +00:00
|
|
|
PORTVERSION= 0.16
|
2007-03-30 08:27:30 +00:00
|
|
|
PORTEPOCH= 1
|
2004-10-13 08:04:48 +00:00
|
|
|
CATEGORIES= graphics
|
2006-04-23 14:12:23 +00:00
|
|
|
MASTER_SITES= http://www.exiv2.org/
|
2004-10-13 08:04:48 +00:00
|
|
|
|
2006-06-09 18:00:35 +00:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2004-10-13 08:04:48 +00:00
|
|
|
COMMENT= Exif and Iptc metadata manipulation library and tools
|
|
|
|
|
2008-03-07 19:35:59 +00:00
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-02 09:28:48 +00:00
|
|
|
USE_GETTEXT= yes
|
2004-10-13 08:04:48 +00:00
|
|
|
USE_GMAKE= yes
|
2006-12-16 18:43:57 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-11-28 06:34:46 +00:00
|
|
|
MAN1= exiv2.1
|
2006-01-28 01:21:26 +00:00
|
|
|
ALLTARGET= all
|
2006-12-16 18:43:57 +00:00
|
|
|
USE_GCC= 3.4+
|
2008-03-07 19:35:59 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-10-13 08:04:48 +00:00
|
|
|
|
2007-03-27 15:27:55 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile
|
2004-10-13 08:04:48 +00:00
|
|
|
|
2006-12-16 18:43:57 +00:00
|
|
|
.include <bsd.port.mk>
|