diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-01-28 01:21:26 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-01-28 01:21:26 +0000 |
commit | 8cddd2562e6b030358ba44051e166eea1af5fb57 (patch) | |
tree | 0f9d3c6bd056f96b8c79cf6e0430e08092bf0b62 /graphics/exiv2/Makefile | |
parent | 7e64cb3a3f0fdcfe23c0b5832b26d87c6bd979c0 (diff) |
Notes
Diffstat (limited to 'graphics/exiv2/Makefile')
-rw-r--r-- | graphics/exiv2/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index f3294dfd9e28..dde988c54120 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,28 +6,18 @@ # PORTNAME= exiv2 -PORTVERSION= 0.8 -PORTREVISION= 1 +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 -.if defined(PORTDOCS) -BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -.endif - USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes - -PORTDOCS= * MAN1= exiv2.1 - -.if defined(PORTDOCS) -ALLTARGET= all doc -.endif +ALLTARGET= all .include <bsd.port.pre.mk> @@ -40,7 +30,7 @@ USE_GCC= 3.4 .endif post-install: -.if defined(PORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR} .endif |