Edit

IABSD.fr/ports/graphics/exiv2/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2014-03-18 12:02:22
    Hash : a71cb08a
    Message : update to exiv2-0.24

  • graphics/exiv2/Makefile
  • # $OpenBSD: Makefile,v 1.18 2014/03/18 12:02:22 jasper Exp $
    
    COMMENT=	manipulate image meta-data such as exif and ipct
    
    DISTNAME=	exiv2-0.24
    CATEGORIES=	graphics devel
    
    SHARED_LIBS +=  exiv2                7.0      # 13.0
    
    HOMEPAGE=	http://www.exiv2.org/
    
    # GPLv2+
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=	${HOMEPAGE}
    
    WANTLIB += 	c m stdc++ z expat pthread
    
    USE_GMAKE=	Yes
    USE_GROFF =	Yes
    
    CONFIGURE_STYLE=gnu
    
    MODULES=	devel/gettext
    
    CONFIGURE_ARGS=	${CONFIGURE_SHARED} \
    		--enable-static
    CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -pthread"
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>