summaryrefslogtreecommitdiff
path: root/audio/libao/Makefile
blob: 57af93ac79a4aaf2c7ae737abd8a97786b48c38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.36 2019/12/24 05:07:45 dbj Exp $

.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"