aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3blaster/Makefile
blob: c33162911b693f39eb092b47fa947aad441099ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>