blob: 2c5d651a249cd1dfa9d7c73b70b9cbd36f22e419 (
plain)
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
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= exif
PORTVERSION= 0.6.21
CATEGORIES= graphics
MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION}
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
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
CPE_VENDOR= curtis_galloway
GNU_CONFIGURE= yes
USES= cpe gmake localbase pkgconfig
NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG}
NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix
NLS_USES= gettext iconv
.include <bsd.port.mk>
|