1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/mp3blaster/Makefile
2001-02-21 08:05:45 +00:00

27 lines
527 B
Makefile

# New ports collection makefile for: mp3blaster
# Date created: 5 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= mp3blaster
PORTVERSION= 3.0p5
CATEGORIES= audio
MASTER_SITES= ftp://mud.stack.nl/pub/mp3blaster/ \
http://mp3blaster.linuxave.net/src/
MAINTAINER= greid@ukug.uk.freebsd.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
MAN1= mp3blaster.1 nmixer.1 splay.1
.include <bsd.port.post.mk>