From 613dfbdf5ac137fe1a668532198b3f73560fb007 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 8 Sep 2010 13:15:27 +0000 Subject: - Install missing headers (make port useful as dependency) - Augment MASTER_SITES and clean up Makefile while here Based on PR: ports/150297 --- audio/mac/Makefile | 10 +++++++--- audio/mac/pkg-plist | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'audio/mac') 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 .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 diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist index d937cf104581..01efe5a42983 100644 --- a/audio/mac/pkg-plist +++ b/audio/mac/pkg-plist @@ -8,6 +8,7 @@ include/mac/APEInfo.h include/mac/APELink.h include/mac/APETag.h include/mac/All.h +include/mac/BitArray.h include/mac/CharacterHelper.h include/mac/CircleBuffer.h include/mac/GlobalFunctions.h @@ -17,8 +18,10 @@ include/mac/MACLib.h include/mac/MACProgressHelper.h include/mac/MACUtils.h include/mac/NoWindows.h +include/mac/Prepare.h include/mac/SmartPtr.h include/mac/StdLibFileIO.h +include/mac/UnBitArrayBase.h include/mac/config.h lib/libmac.a lib/libmac.la -- cgit