xref: /mports/graphics/libexif/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libexif
2PORTVERSION=	0.6.24
3CATEGORIES=	graphics
4MASTER_SITES=	https://github.com/libexif/libexif/releases/download/v${PORTVERSION}/
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Library to read digital camera file meta-data
8
9LICENSE=	lgpl2.1
10LICENSE_FILE=	${WRKSRC}/COPYING
11
12USES=		cpe gmake libtool localbase pathfix pkgconfig tar:bzip2
13
14CONFIGURE_ARGS=	--disable-docs
15GNU_CONFIGURE=	yes
16INSTALL_TARGET=	install-strip
17USE_LDCONFIG=	yes
18
19PORTDOCS=	AUTHORS ChangeLog NEWS README
20
21CPE_VENDOR=	libexif_project
22
23OPTIONS_DEFINE=	DOCS NLS
24OPTIONS_SUB=	yes
25
26NLS_USES=	gettext
27NLS_CONFIGURE_ENV_OFF=	am_cv_func_iconv=no
28NLS_CONFIGURE_ENABLE=	nls
29
30post-install-DOCS-on:
31	@${MKDIR} ${FAKE_DESTDIR}${DOCSDIR}
32.for file in ${PORTDOCS}
33	${INSTALL_DATA} ${WRKSRC}/${file} ${FAKE_DESTDIR}${DOCSDIR}
34.endfor
35
36.include <bsd.port.mk>
37

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026