openbsd-ports/graphics/exiv2/Makefile

34 lines
592 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:10:52 espie Exp $
COMMENT= manipulate image meta-data such as exif and ipct
2012-04-26 06:36:09 -04:00
DISTNAME= exiv2-0.23
CATEGORIES= graphics devel
2012-04-26 06:36:09 -04:00
SHARED_LIBS += exiv2 6.0 # 12.0
HOMEPAGE= http://www.exiv2.org/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB += c m stdc++ z expat pthread
2010-09-25 13:15:25 -04:00
USE_LIBTOOL= Yes
USE_GMAKE= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
2007-03-15 04:04:22 -04:00
MODULES= devel/gettext
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -pthread"
2013-03-11 07:10:51 -04:00
NO_TEST= Yes
.include <bsd.port.mk>