# New ports collection makefile for:   rexima
# Date created:        15 Jul 2002
# Whom:                Jerry Eriksson <jerry.e@gmx.net>
#
# $FreeBSD: ports/audio/rexima/Makefile,v 1.2 2003/02/21 10:59:33 knu Exp $
#

PORTNAME=      rexima
PORTVERSION=   1.2
CATEGORIES=    audio
MASTER_SITES=  ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/

MAINTAINER=    jerry.e@gmx.net
COMMENT=	A ncurses-based console mixer

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400010
LIB_DEPENDS+=  ncurses.5:${PORTSDIR}/devel/ncurses
.endif

MAN1=          rexima.1
.include <bsd.port.post.mk>
