[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / exiv2

Annotation of pkgsrc/graphics/exiv2/Makefile, Revision 1.29

1.29    ! adam        1: # $NetBSD: Makefile,v 1.28 2010/12/03 10:16:46 adam Exp $
1.1       drochner    2:
1.29    ! adam        3: DISTNAME=      exiv2-0.21.1
1.26      adam        4: CATEGORIES=    graphics
                      5: MASTER_SITES=  http://www.exiv2.org/
                      6:
                      7: MAINTAINER=    gdt@NetBSD.org
                      8: HOMEPAGE=      http://www.exiv2.org/
                      9: COMMENT=       Image metadata manipulation
                     10: LICENSE=       gnu-gpl-v2
1.22      gdt        11:
1.20      joerg      12: PKG_DESTDIR_SUPPORT=   user-destdir
                     13:
1.27      adam       14: GCC_REQD+=             3.3
1.2       drochner   15: USE_LANGUAGES=         c c++
1.27      adam       16: USE_LIBTOOL=           yes
                     17: USE_PKGLOCALEDIR=      yes
1.22      gdt        18: USE_TOOLS+=            gmake
1.1       drochner   19: GNU_CONFIGURE=         yes
1.22      gdt        20: # The visibility feature seems complicated and causes problems on DragonFly
                     21: # (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
                     22: CONFIGURE_ARGS+=       --disable-visibility
                     23:
1.10      drochner   24: PKGCONFIG_OVERRIDE=    config/exiv2.pc.in
1.1       drochner   25:
1.17      wiz        26: .include "../../converters/libiconv/buildlink3.mk"
                     27: .include "../../devel/gettext-lib/buildlink3.mk"
1.12      drochner   28: .include "../../devel/zlib/buildlink3.mk"
1.17      wiz        29: .include "../../textproc/expat/buildlink3.mk"
1.1       drochner   30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>