# New ports collection makefile for: exif # Date created: May 02 2005 # Whom: Pav Lucistnik # # $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 USE_AUTOTOOLS= libtool:15 USE_ICONV= yes CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE} MAN1= exif.1 .include