c761d60ea5
This library has been stripped down from cuetools. cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files.
12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/04/18 12:38:22 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libcuefile
|
|
|
|
.if !defined(LIBCUEFILE_BUILDLINK3_MK)
|
|
LIBCUEFILE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libcuefile+= libcuefile>=0rc475
|
|
BUILDLINK_PKGSRCDIR.libcuefile?= ../../audio/libcuefile
|
|
.endif # LIBCUEFILE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libcuefile
|