2020-05-18 16:23:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2020/05/18 16:23:59 sthen Exp $
|
2002-07-09 13:22:30 +00:00
|
|
|
|
2007-09-15 20:09:40 +00:00
|
|
|
COMMENT= extract digital camera info tags from JPEG images
|
2002-07-09 13:22:30 +00:00
|
|
|
|
2020-05-18 16:23:59 +00:00
|
|
|
V= 0_6_22
|
2020-03-20 12:19:42 +00:00
|
|
|
GH_ACCOUNT= libexif
|
|
|
|
GH_PROJECT= libexif
|
2020-05-18 16:23:59 +00:00
|
|
|
GH_TAGNAME= libexif-$V-release
|
2020-03-20 12:19:42 +00:00
|
|
|
|
2020-05-18 16:23:59 +00:00
|
|
|
PKGNAME= libexif-${V:S/_/./g}
|
2020-03-20 12:19:42 +00:00
|
|
|
|
2012-07-16 07:23:50 +00:00
|
|
|
SHARED_LIBS= exif 13.1
|
2009-11-14 18:37:53 +00:00
|
|
|
|
2002-07-09 13:22:30 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2020-03-20 12:19:42 +00:00
|
|
|
HOMEPAGE= https://libexif.github.io/
|
2009-11-14 18:37:53 +00:00
|
|
|
|
2009-06-04 00:43:22 +00:00
|
|
|
# LGPLv2.1
|
2019-06-03 16:06:50 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2002-07-09 13:22:30 +00:00
|
|
|
|
2020-03-20 12:19:42 +00:00
|
|
|
WANTLIB += iconv intl m
|
2002-07-09 13:22:30 +00:00
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2020-03-20 12:19:42 +00:00
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
|
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
|
|
|
CONFIGURE_STYLE= autoreconf
|
|
|
|
AUTOCONF_VERSION= 2.69
|
|
|
|
AUTOMAKE_VERSION= 1.16
|
|
|
|
|
2011-05-19 15:56:12 +00:00
|
|
|
CONFIGURE_ARGS= --disable-docs
|
2011-05-19 15:40:35 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2002-07-09 13:22:30 +00:00
|
|
|
.include <bsd.port.mk>
|