freebsd-ports/graphics/exiv2/Makefile

31 lines
685 B
Makefile
Raw Normal View History

# New ports collection makefile for: exiv2
# Date created: 2004-09-24
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= exiv2
PORTVERSION= 0.14
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Exif and Iptc metadata manipulation library and tools
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
2006-12-16 19:43:57 +01:00
USE_LDCONFIG= yes
MAN1= exiv2.1
ALLTARGET= all
2006-12-16 19:43:57 +01:00
CONFIGURE_ARGS= --mandir=${PREFIX}/man
USE_GCC= 3.4+
2007-03-27 17:27:55 +02: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
2006-12-16 19:43:57 +01:00
.include <bsd.port.mk>