diff options
Diffstat (limited to 'audio/mac/Makefile')
-rw-r--r-- | audio/mac/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index cc0d7e2a5d5d..d245cb1d35ec 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -7,8 +7,9 @@ PORTNAME= mac PORTVERSION= 3.99.4.5 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= CENKES +MASTER_SITES= http://supermmx.org/resources/linux/mac/ CENKES DISTNAME= ${PORTNAME}-3.99-u4-b5 MAINTAINER= danfe@FreeBSD.org @@ -17,15 +18,18 @@ COMMENT= Monkey's Audio lossless codec USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static .include <bsd.port.pre.mk> .if ${ARCH} == "i386" || ${ARCH} == "amd64" -BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm +BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm .endif post-patch: @${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure +post-install: + cd ${WRKSRC}/src/MACLib && ${INSTALL_DATA} BitArray.h \ + Prepare.h UnBitArrayBase.h ${PREFIX}/include/mac + .include <bsd.port.post.mk> |