2014-03-18 12:02:22 +00:00

33 lines
576 B
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>