aboutsummaryrefslogtreecommitdiff
path: root/graphics/exif/Makefile
blob: 3f341c31bb93af583f940f009c86cb258b6ff581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Pav Lucistnik <pav@FreeBSD.org>

PORTNAME=	exif
PORTVERSION=	0.6.22
CATEGORIES=	graphics
MASTER_SITES=	https://github.com/libexif/exif/releases/download/exif-${PORTVERSION:S|.|_|g}-release/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Command line utility to read and manipulate EXIF data

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libexif.so:graphics/libexif \
		libpopt.so:devel/popt

USES=		cpe gmake localbase pkgconfig tar:xz

GNU_CONFIGURE=	yes

CPE_VENDOR=	curtis_galloway

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_CONFIGURE_ENABLE=	nls
NLS_CONFIGURE_OFF=	--without-libiconv-prefix
NLS_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
NLS_USES=		gettext iconv

.include <bsd.port.mk>