df40883e90
Libiptcdata is a library, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. The library provides routines for parsing viewing, modifying, and saving this metadata. Originally packaged in pkgsrc-wip by: - Kamel Ibn Aziz Derouiche - Aleksej Saushev - Kamil Rytarowski - Thomas Klausner
13 lines
346 B
Makefile
13 lines
346 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/07/10 21:57:47 kamil Exp $
|
|
|
|
BUILDLINK_TREE+= libiptcdata
|
|
|
|
.if !defined(LIBIPTCDATA_BUILDLINK3_MK)
|
|
LIBIPTCDATA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libiptcdata+= libiptcdata>=1.0.4
|
|
BUILDLINK_PKGSRCDIR.libiptcdata?= ../../graphics/libiptcdata
|
|
|
|
.endif # LIBIPTCDATA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libiptcdata
|