blob: b20442994606acd0f1d517b9af50364f31a7ac4d (
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
|
# $NetBSD: Makefile,v 1.7 2011/02/11 01:35:45 wiz Exp $
#
DISTNAME= mac-3.99-u4-b5-s7
PKGNAME= mac-3.99u4b5s7
CATEGORIES= audio
MASTER_SITES= http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5-s7/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://supermmx.org/
HOMEPAGE= http://etree.org/shnutils/shntool/
COMMENT= Monkey's Audio support library (for .ape files)
LICENSE= mac-license
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.fast.prefs.mk"
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm
.endif
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"
|