aboutsummaryrefslogtreecommitdiff
path: root/graphics/libiptcdata/Makefile
blob: d6665b1473c3e82311893bc1dcc7f5bc4a0bc5d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Pav Lucistnik <pav@FreeBSD.org>

PORTNAME=	libiptcdata
PORTVERSION=	1.0.4
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for manipulating IPTC metadata stored in image files

USES=		pkgconfig iconv libtool pathfix
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-nls
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>