pkgsrc/audio/libsmf/buildlink3.mk
ryoon 3274968615 Import libsmf-1.3 from wip/libsmf
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib.
Full API documentation and examples are included.
2011-10-06 11:50:09 +00:00

13 lines
300 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/10/06 11:50:09 ryoon Exp $
BUILDLINK_TREE+= libsmf
.if !defined(LIBSMF_BUILDLINK3_MK)
LIBSMF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libsmf+= libsmf>=1.3
BUILDLINK_PKGSRCDIR.libsmf?= ../../audio/libsmf
.endif # LIBSMF_BUILDLINK3_MK
BUILDLINK_TREE+= -libsmf