mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
80780c774b
Submitted by: maintainer
29 lines
650 B
Makefile
29 lines
650 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
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mppdec ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|