2011-02-11 02:35:45 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2011/02/11 01:35:45 wiz Exp $
|
2007-01-31 22:17:18 +01:00
|
|
|
#
|
|
|
|
|
2011-02-11 02:35:45 +01:00
|
|
|
DISTNAME= mac-3.99-u4-b5-s7
|
|
|
|
PKGNAME= mac-3.99u4b5s7
|
2007-01-31 22:17:18 +01:00
|
|
|
CATEGORIES= audio
|
2011-02-11 02:35:45 +01:00
|
|
|
MASTER_SITES= http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5-s7/
|
2007-01-31 22:17:18 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-02-11 02:35:45 +01:00
|
|
|
#HOMEPAGE= http://supermmx.org/
|
|
|
|
HOMEPAGE= http://etree.org/shnutils/shntool/
|
2007-01-31 22:17:18 +01:00
|
|
|
COMMENT= Monkey's Audio support library (for .ape files)
|
2011-02-05 19:54:59 +01:00
|
|
|
LICENSE= mac-license
|
2007-01-31 22:17:18 +01:00
|
|
|
|
2008-07-14 14:55:56 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-01-31 22:17:18 +01:00
|
|
|
.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"
|