2006-12-03 19:53:50 +01:00
|
|
|
# New ports collection makefile for: libiptcdata
|
|
|
|
# Date created: 3rd December 2006
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libiptcdata
|
2009-09-18 11:32:54 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2006-12-03 19:53:50 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
2006-12-03 19:53:50 +01:00
|
|
|
|
2013-07-09 23:26:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-12-03 19:53:50 +01:00
|
|
|
COMMENT= Library for manipulating IPTC metadata stored in image files
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2013-04-27 13:59:28 +02:00
|
|
|
USES= pkgconfig iconv
|
2007-01-10 19:02:49 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-12-03 19:53:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in
|
|
|
|
|
2007-05-25 15:25:37 +02:00
|
|
|
.include <bsd.port.mk>
|