aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-12-16 18:43:57 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-12-16 18:43:57 +0000
commit9aa927f4a773bf17356819002417d312839b0e11 (patch)
treefb4c347050525c0583086f8ec8c6da3a9fdffe19 /graphics/exiv2/Makefile
parentb982989791d736afede47a8438c9ed099e01189d (diff)
downloadports-9aa927f4a773bf17356819002417d312839b0e11.tar.gz
ports-9aa927f4a773bf17356819002417d312839b0e11.zip
Notes
Diffstat (limited to 'graphics/exiv2/Makefile')
-rw-r--r--graphics/exiv2/Makefile23
1 files changed, 7 insertions, 16 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index 3c76dc6b5c33..660a498040d0 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= exiv2
-PORTVERSION= 0.10
+PORTVERSION= 0.12
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
@@ -15,26 +15,17 @@ COMMENT= Exif and Iptc metadata manipulation library and tools
GNU_CONFIGURE= yes
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= exiv2.1
ALLTARGET= all
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
+USE_GCC= 3.4+
+PORTDOCS= *
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${datarootdir}/man|${PREFIX}/man|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/src/Makefile
-
-post-install:
.if !defined(NOPORTDOCS)
+post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>