aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libiptcdata/Makefile
blob: eba2d59954189460d4512e6b2b04d3035c196553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		https://libiptcdata.sourceforge.net/

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

.include <bsd.port.mk>