aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/exif/Makefile
blob: dbe9a9bcaf87207257099d82209180cf3a141300 (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
# New ports collection makefile for:    exif
# Date created:             May 02 2005
# Whom:                 Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   exif
PORTVERSION=    0.6.9
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

GNU_CONFIGURE=  yes
USE_ICONV=  yes
CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE}

MAN1=       exif.1

.include <bsd.port.mk>