Lines 2-18
Link Here
|
2 |
# $FreeBSD: head/audio/musepack/Makefile 342450 2014-02-03 14:31:32Z miwi $ |
2 |
# $FreeBSD: head/audio/musepack/Makefile 342450 2014-02-03 14:31:32Z miwi $ |
3 |
|
3 |
|
4 |
PORTNAME= musepack |
4 |
PORTNAME= musepack |
5 |
PORTVERSION= 2009.03.01 |
5 |
PORTVERSION= 2011.08.10 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= audio |
6 |
CATEGORIES= audio |
8 |
MASTER_SITES= http://files.musepack.net/source/ |
7 |
MASTER_SITES= http://files.musepack.net/source/ |
9 |
DISTNAME= ${PORTNAME}_src_r435 |
8 |
DISTNAME= ${PORTNAME}_src_r475 |
10 |
|
9 |
|
11 |
MAINTAINER= shoesoft@gmx.net |
10 |
MAINTAINER= shoesoft@gmx.net |
12 |
COMMENT= Decoder, encoder, and replaygain for musepack (mpc) |
11 |
COMMENT= Decoder, encoder, and replaygain for musepack (mpc) |
13 |
|
12 |
|
14 |
USE_LDCONFIG= yes |
13 |
USE_LDCONFIG= yes |
15 |
USE_AUTOTOOLS= aclocal autoheader libtoolize automake autoconf libtool |
14 |
USE_AUTOTOOLS= aclocal autoheader libtoolize automake autoconf |
|
|
15 |
USES= libtool:oldver |
16 |
ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal |
16 |
ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal |
17 |
AUTOMAKE_ARGS= --add-missing |
17 |
AUTOMAKE_ARGS= --add-missing |
18 |
|
18 |
|