freebsd-ports/graphics/libiptcdata/Makefile

26 lines
585 B
Makefile
Raw Normal View History

# 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
CATEGORIES= graphics
MASTER_SITES= SF
2013-07-09 23:26:48 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for manipulating IPTC metadata stored in image files
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USES= pkgconfig iconv
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
2007-05-25 15:25:37 +02:00
.include <bsd.port.mk>