pkgsrc/audio/esound/buildlink2.mk
jlam e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00

21 lines
574 B
Makefile

# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 18:38:05 jlam Exp $
.if !defined(ESOUND_BUILDLINK2_MK)
ESOUND_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= esound
BUILDLINK_DEPENDS.esound?= esound>=0.2.18
BUILDLINK_PKGSRCDIR.esound?= ../../audio/esound
EVAL_PREFIX+= BUILDLINK_PREFIX.esound=esound
BUILDLINK_PREFIX.esound_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.esound= include/esd.h
BUILDLINK_FILES.esound+= lib/libesd.*
.include "../../audio/libaudiofile/buildlink2.mk"
BUILDLINK_TARGETS+= esound-buildlink
esound-buildlink: _BUILDLINK_USE
.endif # ESOUND_BUILDLINK2_MK