freebsd-ports/graphics/exiv2/Makefile
Michael Johnson 8cddd2562e - Update to 0.9
- Change the way PORTDOCS are handled [1]
  o Don't use doxygen anymore since everything is already there.
  o Don't use PORTDOCS= * since it dies since there are so many portdocs

PR:		ports/91781
Submitted by:	lofi
2006-01-28 01:21:26 +00:00

38 lines
710 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
CATEGORIES= graphics
MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/
MAINTAINER= ahze@FreeBSD.org
COMMENT= Exif and Iptc metadata manipulation library and tools
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= exiv2.1
ALLTARGET= all
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.endif
.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>