freebsd-ports/audio/mac/Makefile
Alexey Dokuchaev 613dfbdf5a - Install missing headers (make port useful as dependency)
- Augment MASTER_SITES and clean up Makefile while here

Based on PR:	ports/150297
2010-09-08 13:15:27 +00:00

35 lines
802 B
Makefile

# New ports collection makefile for: Monkey's Audio Codec
# Date created: 8 Aug 2004
# Whom: Martin Dieringer <Martin.Dieringer@t-online.de>
#
# $FreeBSD$
#
PORTNAME= mac
PORTVERSION= 3.99.4.5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://supermmx.org/resources/linux/mac/ CENKES
DISTNAME= ${PORTNAME}-3.99-u4-b5
MAINTAINER= danfe@FreeBSD.org
COMMENT= Monkey's Audio lossless codec
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
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>