19751b04d5
Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata. The libiptcdata package also includes a command-line utility, iptc, for editing IPTC data in JPEG files. WWW: http://libiptcdata.sourceforge.net/
26 lines
611 B
Makefile
26 lines
611 B
Makefile
# New ports collection makefile for: libiptcdata
|
|
# Date created: 3rd December 2006
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libiptcdata
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Library for manipulating IPTC metadata stored in image files
|
|
|
|
USE_GNOME= pkgconfig
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|