2005-05-02 21:46:50 +02:00
|
|
|
# New ports collection makefile for: exif
|
|
|
|
# Date created: May 02 2005
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= exif
|
2010-06-03 13:31:44 +02:00
|
|
|
PORTVERSION= 0.6.19
|
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
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= Command line utility to read and manipulate EXIF data
|
|
|
|
|
2007-05-27 17:24:05 +02:00
|
|
|
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
|
2005-05-02 21:46:50 +02:00
|
|
|
popt.0:${PORTSDIR}/devel/popt
|
|
|
|
|
2007-05-27 17:24:05 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-06-03 13:31:44 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2005-05-02 21:46:50 +02:00
|
|
|
|
2007-04-24 20:39:02 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
2008-02-29 21:25:58 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix
|
|
|
|
CONFIGURE_ENV+= POPT_CFLAGS=-I${PREFIX}/include POPT_LIBS="-L${PREFIX}/lib -lpopt"
|
2007-04-24 20:39:02 +02:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_ICONV= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2005-05-02 21:46:50 +02:00
|
|
|
MAN1= exif.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|