blob: 20d08159927baaee3b12f38e888b011659360368 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Stefan Ehmann <shoesoft@gmx.net>
# $FreeBSD$
PORTNAME= musepack
PORTVERSION= 2011.08.10
CATEGORIES= audio
MASTER_SITES= http://files.musepack.net/source/
DISTNAME= ${PORTNAME}_src_r475
MAINTAINER= shoesoft@gmx.net
COMMENT= Decoder, encoder, and replaygain for musepack (mpc)
LICENSE= BSD3CLAUSE GPLv2+ LGPL21+
LICENSE_COMB= multi
USES= autoreconf libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|