2004-10-13 10:04:48 +02:00
|
|
|
# New ports collection makefile for: exiv2
|
|
|
|
# Date created: 2004-09-24
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= exiv2
|
2006-01-28 02:21:26 +01:00
|
|
|
PORTVERSION= 0.9
|
2004-10-13 10:04:48 +02:00
|
|
|
CATEGORIES= graphics
|
2006-02-28 20:18:47 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= ahze
|
2004-10-13 10:04:48 +02:00
|
|
|
|
2004-10-30 00:24:47 +02:00
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
2004-10-13 10:04:48 +02:00
|
|
|
COMMENT= Exif and Iptc metadata manipulation library and tools
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-13 10:04:48 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-28 07:34:46 +01:00
|
|
|
MAN1= exiv2.1
|
2006-01-28 02:21:26 +01:00
|
|
|
ALLTARGET= all
|
2004-10-13 10:04:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-01-02 01:53:07 +01:00
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Does not compile on alpha"
|
|
|
|
.endif
|
|
|
|
|
2004-10-13 10:04:48 +02:00
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
USE_GCC= 3.4
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
2006-01-28 02:21:26 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-10-13 10:04:48 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|