mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
110f3583b6
Exp-run by: bdrewery
19 lines
385 B
Makefile
19 lines
385 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libiptcdata
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for manipulating IPTC metadata stored in image files
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USES= pkgconfig iconv pathfix
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
.include <bsd.port.mk>
|