Merge from vendor branch TNF:
[pkgsrcv2.git] / audio / mac / Makefile
1 # $NetBSD: Makefile,v 1.6 2011/02/05 18:54:59 wiz Exp $
2 #
3
4 DISTNAME=       mac-3.99-u4-b5-s7
5 PKGNAME=        mac-3.99u4b5s7
6 CATEGORIES=     audio
7 MASTER_SITES=   http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5-s7/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 #HOMEPAGE=      http://supermmx.org/
11 HOMEPAGE=       http://etree.org/shnutils/shntool/
12 COMMENT=        Monkey's Audio support library (for .ape files)
13 LICENSE=        mac-license
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 .include "../../mk/bsd.fast.prefs.mk"
18
19 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
20 BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm
21 .endif
22
23 GNU_CONFIGURE=  yes
24 USE_LIBTOOL=    yes
25 USE_LANGUAGES=  c c++
26
27 .include "../../mk/bsd.pkg.mk"