1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/audio/mp3blaster/Makefile
Clive Lin 86f27b3524 Update to 3.0p5
PR: 24700
Submitted by: MAINTAINER
2001-01-28 21:42:13 +00:00

29 lines
576 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>
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
MAN1= mp3blaster.1 nmixer.1
.include <bsd.port.post.mk>