summaryrefslogtreecommitdiff
path: root/graphics/exiv2-organize/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-02-28 20:37:55 +0000
committeradam <adam@pkgsrc.org>2011-02-28 20:37:55 +0000
commitea4fbd1a56bdd84601cd0b7e5899e4c092a65e12 (patch)
treef3d4c8dfae743baa779e11ea5654ceee6addb6dd /graphics/exiv2-organize/Makefile
parent9c197dc12e8a18523fd23a497834d63abd04ac4f (diff)
downloadpkgsrc-ea4fbd1a56bdd84601cd0b7e5899e4c092a65e12.tar.gz
Fix building with Clang and/or Boost 1.46.0
Diffstat (limited to 'graphics/exiv2-organize/Makefile')
-rw-r--r--graphics/exiv2-organize/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/graphics/exiv2-organize/Makefile b/graphics/exiv2-organize/Makefile
index bbc17720156..646e9c954ba 100644
--- a/graphics/exiv2-organize/Makefile
+++ b/graphics/exiv2-organize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/02/15 19:50:53 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2011/02/28 20:37:55 adam Exp $
DISTNAME= exiv2-0.21.1
PKGNAME= exiv2-organize-0.21.1
@@ -8,29 +8,25 @@ MASTER_SITES= http://www.exiv2.org/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.exiv2.org/
COMMENT= Image metadata manipulation
-
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-INSTALLATION_DIRS= bin
USE_LANGUAGES= c c++
-GCC_REQD+= 3.3
-
+USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-
# The visibility feature seems complicated and causes problems on DragonFly
# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
CONFIGURE_ARGS+= --disable-visibility
-do-build:
- (cd ${WRKSRC}/contrib/organize && ${MAKE_ENV} ${GMAKE})
+GCC_REQD+= 3.3
+BUILD_DIRS= contrib/organize
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/contrib/organize/organize \
- ${DESTDIR}${PREFIX}/bin/exiv2-organize
+ ${DESTDIR}${PREFIX}/bin/exiv2-organize
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"