summaryrefslogtreecommitdiff
path: root/audio/mac/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-03 22:15:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-03 22:15:22 +0000
commit33b1f6c964f4cab043184e7cbf82ea871e273515 (patch)
treeb276201594c57469d080ee37e0ea7026a62131cb /audio/mac/Makefile
parent- Revive sysutils/3dm (diff)
- Switch to available distfile
PR: ports/78334 Submitted by: No Name <arundel@h3c.de> Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
Diffstat (limited to 'audio/mac/Makefile')
-rw-r--r--audio/mac/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 6ef6162e21a3..6b31cd1bc133 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -7,20 +7,17 @@
PORTNAME= mac
PORTVERSION= 3.99.4
+PORTREVISION= 1
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/SRPMS.classic/
-DISTFILES= mac-3.99.u4-alt2.src.rpm
+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
-EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-EXTRACT_CMD= rpm2cpio
-EXTRACT_BEFORE_ARGS= #
-EXTRACT_AFTER_ARGS= | ${CPIO} -id --quiet && ${TAR} -xyf mac-3.99-u4-linux.tar.bz2
-
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ARGS+= --enable-backward
@@ -30,7 +27,7 @@ WRKSRC= ${WRKDIR}/mac-3.99-u4
INSTALLS_SHLIB= yes
# does not compile on sparc64
-NOT_FOR_ARCHS= sparc64
+NOT_FOR_ARCHS= sparc64
.include <bsd.port.pre.mk>