a01b3872b5
libfreehand 0.1.0 - switch to librevenge
17 lines
552 B
Makefile
17 lines
552 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2014/07/22 11:14:57 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libfreehand
|
|
|
|
.if !defined(LIBFREEHAND_BUILDLINK3_MK)
|
|
LIBFREEHAND_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libfreehand+= libfreehand>=0.0.0
|
|
BUILDLINK_ABI_DEPENDS.libfreehand?= libfreehand>=0.1.0
|
|
BUILDLINK_PKGSRCDIR.libfreehand?= ../../converters/libfreehand
|
|
|
|
.include "../../converters/libwpd/buildlink3.mk"
|
|
.include "../../converters/libwpg/buildlink3.mk"
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.endif # LIBFREEHAND_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libfreehand
|