blob: 517bd9d547743ff3800807669810f96bf9211384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.76 2012/06/04 09:29:55 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGREVISION= 4
USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --disable-esd
PLIST_VARS+= cdaudio
.if ${OPSYS} == "Darwin"
_INSTALL_UNSTRIPPED= yes
.else
PLIST.cdaudio= yes
.endif
BUILDLINK_DEPMETHOD.libXt?= build
REPLACE_SH= xmms-config.in
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xf86vidmodeproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|