summaryrefslogtreecommitdiff
path: root/audio/libsmf/buildlink3.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2011-10-06 11:50:09 +0000
committerryoon <ryoon>2011-10-06 11:50:09 +0000
commitb0e22cff07b58aefe9582399ab02b35d8cc98e82 (patch)
tree6f2665776629f79528410b10b5b41345e3d7688e /audio/libsmf/buildlink3.mk
parentc28472d008a14afc5e55a52a70c5038b3e12b260 (diff)
downloadpkgsrc-b0e22cff07b58aefe9582399ab02b35d8cc98e82.tar.gz
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.
Diffstat (limited to 'audio/libsmf/buildlink3.mk')
-rw-r--r--audio/libsmf/buildlink3.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libsmf/buildlink3.mk b/audio/libsmf/buildlink3.mk
new file mode 100644
index 00000000000..6eb8ceffe46
--- /dev/null
+++ b/audio/libsmf/buildlink3.mk
@@ -0,0 +1,13 @@
+# $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