2007-07-21 21:42:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2007/07/21 19:42:06 adrianp Exp $
|
2007-01-31 22:17:18 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mac-3.99-u4-b5
|
|
|
|
PKGNAME= mac-3.99u4b5
|
|
|
|
CATEGORIES= audio
|
2007-07-21 21:42:06 +02:00
|
|
|
MASTER_SITES= http://supermmx.org/download/linux/mac/
|
2007-01-31 22:17:18 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-07-21 21:42:06 +02:00
|
|
|
HOMEPAGE= http://supermmx.org
|
2007-01-31 22:17:18 +01:00
|
|
|
COMMENT= Monkey's Audio support library (for .ape files)
|
|
|
|
|
|
|
|
.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
|
2007-02-02 17:56:58 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2007-01-31 22:17:18 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|