freebsd-ports/graphics/libiptcdata/Makefile
Pav Lucistnik 186d1ca21b - Update to 1.0.4
Feature safe:	yes
2009-09-18 09:32:54 +00:00

26 lines
599 B
Makefile

# New ports collection makefile for: libiptcdata
# Date created: 3rd December 2006
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libiptcdata
PORTVERSION= 1.0.4
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= pav@FreeBSD.org
COMMENT= Library for manipulating IPTC metadata stored in image files
USE_AUTOTOOLS= libtool:22
USE_GNOME= pkgconfig
USE_ICONV= yes
USE_LDCONFIG= 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>