1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/musepack/Makefile
Baptiste Daroussin 9498863252 Convert to USES=autoreconf
Strip binaries
2014-09-18 15:02:30 +00:00

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>