mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
32 lines
656 B
Makefile
32 lines
656 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
|
|
CATEGORIES= audio
|
|
MASTER_SITES= 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
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
.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
|
|
|
|
.include <bsd.port.post.mk>
|