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-05-15 13:11:02 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2006-12-03 19:53:50 +01:00
|
|
|
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
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-12-03 19:53:50 +01:00
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
USE_ICONV= yes
|
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>
|