1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/mac/Makefile
Pav Lucistnik 33b1f6c964 - Switch to available distfile
PR:		ports/78334
Submitted by:	No Name <arundel@h3c.de>
Approved by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2005-03-03 22:15:22 +00:00

39 lines
791 B
Makefile

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