2000-01-06 00:00:51 +00:00
|
|
|
# New ports collection makefile for: mp3blaster
|
|
|
|
# Date created: 5 January 2000
|
|
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= mp3blaster
|
2001-01-28 21:42:13 +00:00
|
|
|
PORTVERSION= 3.0p5
|
2000-01-06 00:00:51 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ftp://mud.stack.nl/pub/mp3blaster/ \
|
2000-03-31 07:56:41 +00:00
|
|
|
http://mp3blaster.linuxave.net/src/
|
2000-01-06 00:00:51 +00:00
|
|
|
|
2001-01-27 15:23:18 +00:00
|
|
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
2000-01-06 00:00:51 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2001-01-27 15:23:18 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
|
2000-01-06 00:00:51 +00:00
|
|
|
.if ${OSVERSION} < 400010
|
2001-01-27 15:23:18 +00:00
|
|
|
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
2000-01-06 00:00:51 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-03-31 07:56:41 +00:00
|
|
|
MAN1= mp3blaster.1 nmixer.1
|
2000-01-06 00:00:51 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|