3274968615
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.
13 lines
300 B
Makefile
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
|