2008-11-08 14:00:46 +00:00
|
|
|
# New ports collection makefile for: Monkey's Audio Codec
|
|
|
|
# Date created: 8 Aug 2004
|
|
|
|
# Whom: Martin Dieringer <Martin.Dieringer@t-online.de>
|
2004-08-11 07:52:12 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mac
|
2007-01-08 22:38:25 +00:00
|
|
|
PORTVERSION= 3.99.4.5
|
2004-08-11 07:52:12 +00:00
|
|
|
CATEGORIES= audio
|
2007-05-21 18:09:15 +00:00
|
|
|
MASTER_SITES= CENKES
|
2007-01-08 22:38:25 +00:00
|
|
|
DISTNAME= ${PORTNAME}-3.99-u4-b5
|
2004-08-11 07:52:12 +00:00
|
|
|
|
2008-11-08 14:00:46 +00:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2007-01-08 22:38:25 +00:00
|
|
|
COMMENT= Monkey's Audio lossless codec
|
2004-08-11 07:52:12 +00:00
|
|
|
|
2009-08-02 19:36:34 +00:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-01-08 22:38:25 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-08 22:38:25 +00:00
|
|
|
CONFIGURE_ARGS= --disable-static
|
2004-08-11 07:52:12 +00:00
|
|
|
|
2008-03-31 20:04:40 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
|
|
|
|
BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm
|
|
|
|
.endif
|
|
|
|
|
2005-12-15 08:39:47 +00:00
|
|
|
post-patch:
|
2007-01-08 22:38:25 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure
|
2005-12-15 08:39:47 +00:00
|
|
|
|
2008-03-31 20:04:40 +00:00
|
|
|
.include <bsd.port.post.mk>
|