2010-10-18 14:13:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:13:13 espie Exp $
|
2006-11-04 07:11:53 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.exiv2.org/
|
2007-09-15 16:09:40 -04:00
|
|
|
COMMENT= manipulate image meta-data such as exif and ipct
|
2006-11-04 07:11:53 -05:00
|
|
|
CATEGORIES= graphics devel
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2010-07-12 04:55:38 -04:00
|
|
|
DISTNAME= exiv2-0.20
|
2006-11-04 07:11:53 -05:00
|
|
|
|
2010-07-12 04:55:38 -04:00
|
|
|
SHARED_LIBS += exiv2 4.0 # .9.0
|
2009-09-10 12:43:28 -04:00
|
|
|
WANTLIB += c m stdc++ z expat pthread
|
2006-11-04 07:11:53 -05:00
|
|
|
|
2010-09-25 13:15:25 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2006-11-04 07:11:53 -05:00
|
|
|
USE_GMAKE= Yes
|
2010-10-18 14:13:12 -04:00
|
|
|
USE_GROFF = Yes
|
2006-11-04 07:11:53 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2007-03-15 04:04:22 -04:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2006-11-04 07:11:53 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
2009-09-10 12:43:28 -04:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -pthread"
|
2006-11-04 07:11:53 -05:00
|
|
|
|
2009-09-10 12:43:28 -04:00
|
|
|
# GPLv2+
|
2006-11-04 07:11:53 -05:00
|
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
|
|
PERMIT_PACKAGE_CDROM=Yes
|
|
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
|
|
PERMIT_PACKAGE_FTP=Yes
|
|
|
|
|
2006-12-18 13:55:30 -05:00
|
|
|
NO_REGRESS= Yes
|
2006-11-04 07:11:53 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|