mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
248175b9be
PR: ports/121231 Submitted by: Helge Oldach <ports-graphics-exif-feb08@oldach.net>
37 lines
817 B
Makefile
37 lines
817 B
Makefile
# New ports collection makefile for: exif
|
|
# Date created: May 02 2005
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= exif
|
|
PORTVERSION= 0.6.15
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= libexif
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Command line utility to read and manipulate EXIF data
|
|
|
|
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
|
|
popt.0:${PORTSDIR}/devel/popt
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE}
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix
|
|
CONFIGURE_ENV+= POPT_CFLAGS=-I${PREFIX}/include POPT_LIBS="-L${PREFIX}/lib -lpopt"
|
|
PLIST_SUB+= NLS="@comment "
|
|
.else
|
|
USE_ICONV= yes
|
|
USE_GETTEXT= yes
|
|
PLIST_SUB+= NLS=""
|
|
.endif
|
|
|
|
MAN1= exif.1
|
|
|
|
.include <bsd.port.mk>
|