2013-03-14 09:17:39 +01:00
|
|
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
2005-05-02 21:46:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= exif
|
2013-09-13 17:41:58 +02:00
|
|
|
PORTVERSION= 0.6.21
|
2016-12-08 20:23:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-05-02 21:46:50 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
2005-05-02 21:46:50 +02:00
|
|
|
|
2013-09-13 17:41:58 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2005-05-02 21:46:50 +02:00
|
|
|
COMMENT= Command line utility to read and manipulate EXIF data
|
|
|
|
|
2013-10-25 19:10:07 +02:00
|
|
|
LICENSE= LGPL21
|
2015-10-19 22:20:17 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-10-25 19:10:07 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libexif.so:graphics/libexif \
|
|
|
|
libpopt.so:devel/popt
|
2005-05-02 21:46:50 +02:00
|
|
|
|
2013-09-13 17:41:58 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2013-10-25 19:10:07 +02:00
|
|
|
OPTIONS_SUB= yes
|
2013-09-13 17:41:58 +02:00
|
|
|
|
2015-06-04 11:08:10 +02:00
|
|
|
CPE_VENDOR= curtis_galloway
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-10-19 22:20:17 +02:00
|
|
|
USES= cpe gmake localbase pkgconfig
|
2005-05-02 21:46:50 +02:00
|
|
|
|
2013-10-25 19:10:07 +02:00
|
|
|
NLS_CONFIGURE_ON= --enable-nls ${ICONV_CONFIGURE_ARG}
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix
|
|
|
|
NLS_USES= gettext iconv
|
2005-05-02 21:46:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|