mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9498863252
Strip binaries
22 lines
496 B
Makefile
22 lines
496 B
Makefile
# 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 #or later for the (L)GPL'ed part
|
|
LICENSE_COMB= multi
|
|
|
|
USES= autoreconf libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|