4e2a084402
Submitted by: kwm
31 lines
745 B
Makefile
31 lines
745 B
Makefile
# New ports collection makefile for: musepack
|
|
# Date created: 2004-04-16
|
|
# Whom: Stefan Ehmann <shoesoft@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= musepack
|
|
PORTVERSION= 2009.03.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://files.musepack.net/source/
|
|
DISTNAME= ${PORTNAME}_src_r435
|
|
|
|
MAINTAINER= shoesoft@gmx.net
|
|
COMMENT= Decoder, encoder and replaygain for musepack (mpc)
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= aclocal autoheader libtoolize automake autoconf libtool
|
|
ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal
|
|
AUTOMAKE_ARGS= --add-missing
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
.if ${OSVERSION} < 700000
|
|
@${REINPLACE_CMD} '/^AM_CFLAGS =/s/-fvisibility=hidden//' ${WRKSRC}/libmpcdec/Makefile.am
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|