pkgsrc/audio/libao/Makefile

14 lines
405 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.36 2019/12/24 05:07:45 dbj Exp $
2003-04-11 21:11:09 +02:00
.include "Makefile.common"
INSTALLATION_DIRS+= lib/ao/plugins-4
SUBST_CLASSES+= disable-macosx
SUBST_MESSAGE.disable-macosx+= Force disabling macosx plugin.
SUBST_STAGE.disable-macosx= pre-configure
SUBST_FILES.disable-macosx= configure.ac
SUBST_SED.disable-macosx= -e 's,have_macosx=yes,have_macosx=disabled,'
.include "../../mk/bsd.pkg.mk"