Files
ports/graphics/libexif/Makefile
T
Po-Chuan Hsieh 8ec2e1befa graphics/libexif: Update to 0.6.26
Changes:	https://github.com/libexif/libexif/releases
Security:	CVE-2026-32775, CVE-2026-40385, CVE-2026-40386
2026-04-21 23:42:55 +08:00

38 lines
839 B
Makefile

PORTNAME= libexif
PORTVERSION= 0.6.26
CATEGORIES= graphics
MASTER_SITES= https://github.com/libexif/libexif/releases/download/v${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to read digital camera file meta-data
WWW= https://libexif.github.io/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gmake libtool localbase pkgconfig tar:bzip2
CONFIGURE_ARGS= --disable-docs
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README
CPE_VENDOR= libexif_project
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no
NLS_CONFIGURE_ENABLE= nls
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>