c6be81fa6b
libzmf is a library that parses the file format of Zoner Callisto/Draw documents. Currently it only understands documents created by Zoner Draw version 4 and 5.
13 lines
303 B
Makefile
13 lines
303 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/02/04 01:38:36 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= libzmf
|
|
|
|
.if !defined(LIBZMF_BUILDLINK3_MK)
|
|
LIBZMF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libzmf+= libzmf>=0.0.1
|
|
BUILDLINK_PKGSRCDIR.libzmf?= ../../converters/libzmf
|
|
|
|
.endif # LIBZMF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libzmf
|