1748d53a08
libgig is a C++ library for loading, modifying existing and creating new Gigasampler (.gig) files and DLS (Downloadable Sounds) Level 1/2 files, KORG sample based instruments (.KSF and .KMP files), SoundFont v2 (.sf2) files and AKAI sampler data. The source code package includes a couple of command line tools based on the library.
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/12/02 12:30:20 nia Exp $
|
|
|
|
BUILDLINK_TREE+= libgig
|
|
|
|
.if !defined(LIBGIG_BUILDLINK3_MK)
|
|
LIBGIG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgig+= libgig>=4.2.0
|
|
BUILDLINK_PKGSRCDIR.libgig?= ../../audio/libgig
|
|
.endif # LIBGIG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgig
|