freebsd-ports/graphics/exiv2/Makefile
Michael Johnson 14c79b22a8 - Update to 0.9.1
PR:		94560
Submitted by:	Mikhail T. <mi@aldan.algebra.com>
2006-04-23 14:12:23 +00:00

34 lines
623 B
Makefile

# New ports collection makefile for: exiv2
# Date created: 2004-09-24
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= exiv2
PORTVERSION= 0.9.1
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
MAINTAINER= ahze@FreeBSD.org
COMMENT= Exif and Iptc metadata manipulation library and tools
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= exiv2.1
ALLTARGET= all
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.4
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
.include <bsd.port.post.mk>