1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/mppdec/Makefile
Edwin Groothuis 8ac7df0e5b New port: mppdec
Command-line player/decoder for musepack audio

PR:		ports/46574
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
2003-04-01 00:01:43 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: mppdec
# Date created: 2002-12-28
# Whom: Stefan Ehmann <shoesoft@gmx.net>
#
# $FreeBSD$
#
PORTNAME= mppdec
PORTVERSION= 1.1
CATEGORIES= audio
MASTER_SITES= http://www.personal.uni-jena.de/~pfk/MPP/src/ \
http://stud4.tuwien.ac.at/~e0125637/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= shoesoft@gmx.net
COMMENT= Command-line player/decoder for musepack audio
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
MAKEFILE= Makefile.bsd
USE_BZIP2= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mppdec ${PREFIX}/bin/
.include <bsd.port.mk>