aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-13 08:04:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-13 08:04:48 +0000
commitb0b161c0536bbc2b95cb0bd49e7b1fd9490ea591 (patch)
treef45e3bd05a787e93e68f635a06ba58738fe024bf /graphics/exiv2
parent62b54ed35613e48a41726e241c6b377db5e687c8 (diff)
downloadports-b0b161c0536bbc2b95cb0bd49e7b1fd9490ea591.tar.gz
ports-b0b161c0536bbc2b95cb0bd49e7b1fd9490ea591.zip
Notes
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/Makefile44
-rw-r--r--graphics/exiv2/distinfo2
-rw-r--r--graphics/exiv2/pkg-descr3
3 files changed, 49 insertions, 0 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
new file mode 100644
index 000000000000..00fdcce7f657
--- /dev/null
+++ b/graphics/exiv2/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: exiv2
+# Date created: 2004-09-24
+# Whom: Michael Johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= exiv2
+PORTVERSION= 0.5
+CATEGORIES= graphics
+MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/
+
+MAINTAINER= ahze@ahze.net
+COMMENT= Exif and Iptc metadata manipulation library and tools
+
+.if defined(PORTDOCS)
+BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+.endif
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+PORTDOCS= *
+PLIST_FILES= bin/exiv2 \
+ lib/libexiv2.so
+
+.if defined(PORTDOCS)
+ALLTARGET= all doc
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+USE_GCC= 3.4
+.endif
+
+post-install:
+.if defined(PORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo
new file mode 100644
index 000000000000..61d11aa1d17d
--- /dev/null
+++ b/graphics/exiv2/distinfo
@@ -0,0 +1,2 @@
+MD5 (exiv2-0.5.tar.gz) = e9362bc1b9e5cea5b095a99af08613ee
+SIZE (exiv2-0.5.tar.gz) = 645739
diff --git a/graphics/exiv2/pkg-descr b/graphics/exiv2/pkg-descr
new file mode 100644
index 000000000000..9f5b0e3ec17c
--- /dev/null
+++ b/graphics/exiv2/pkg-descr
@@ -0,0 +1,3 @@
+Exif and Iptc metadata manipulation library and tools
+
+WWW: http://home.arcor.de/ahuggel/exiv2/