1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/mp3blaster/Makefile
Chris Piazza 8d7d65b160 Add mp3blaster.
mp3blaster is an interactive text-based mp3player. One of
the unique features of this player is the ability to divide
a playlist into groups (albums). Therefore, the play order
can be adjusted with great flexibility.

PR:		15902
Submitted by:	Michael Vasilenko <acid@stu.cn.ua>
2000-01-06 00:00:51 +00:00

36 lines
957 B
Makefile

# New ports collection makefile for: mp3blaster
# Version required: 2.0b16
# Date created: 5 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
DISTNAME= mp3blaster-2.0b16
CATEGORIES= audio
MASTER_SITES= ftp://mud.stack.nl/pub/mp3blaster/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
CONFIGURE_ENV= "CPPFLAGS=-DPTHREADED_MPEG=1 -D_REENTERANT=1" \
"LDFLAGS=-pthread"
USE_GMAKE= yes
MAN1= mp3blaster.1 nmixer.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/mp3blaster ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/mp3tag ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/nmixer/nmixer ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/mp3blaster.1 ${PREFIX}/man/man1
@ ${INSTALL_MAN} ${WRKSRC}/nmixer.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>