1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/mac/Makefile
Shaun Amott 92c6c8c1ab Port seems to compile and execute without issue on sparc64: therefore
remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected
sparc64.
2006-09-04 23:56:55 +00:00

37 lines
761 B
Makefile

# New ports collection makefile for: mac
# Date created: 8 Aug 2004
# Whom: dieringe
#
# $FreeBSD$
#
PORTNAME= mac
PORTVERSION= 3.99.4.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mac-port
DISTNAME= ${PORTNAME}-3.99-u4-b4
MAINTAINER= ports@FreeBSD.org
COMMENT= Monkey's Audio lossless audio (de)compressor
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-backward
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not compile on 4.x due to missing multibyte string functions in libc
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-s -O3||' ${WRKSRC}/configure
.include <bsd.port.post.mk>