2006-12-03 18:53:50 +00:00
|
|
|
# New ports collection makefile for: libiptcdata
|
|
|
|
# Date created: 3rd December 2006
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libiptcdata
|
2007-05-25 13:25:37 +00:00
|
|
|
PORTVERSION= 1.0.2
|
2006-12-03 18:53:50 +00: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
|
|
|
|
|
2007-01-28 09:07:47 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-12-03 18:53:50 +00:00
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
USE_ICONV= yes
|
2007-01-10 18:02:49 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-12-03 18:53:50 +00: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 13:25:37 +00:00
|
|
|
.include <bsd.port.mk>
|