summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile
blob: 62111dd5ae7557d9e23228f4204dc499562fb827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.61 2006/07/08 01:22:41 minskim Exp $
#

PKGREVISION=		6

.include "Makefile.common"

CONFIGURE_ARGS+=	--disable-esd

.if ${OPSYS} == "Darwin"
PLIST_SUBST+=	CDAUDIO="@comment "
.else
PLIST_SUBST+=	CDAUDIO=""
.endif

.include "../../mk/bsd.pkg.mk"