9b2786ea00
A ncurses-based mixer program. PR: ports/40607 Submitted by: Jerry Eriksson <jerry.e@gmx.net>
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# New ports collection makefile for: rexima
|
|
# Date created: 15 Jul 2002
|
|
# Whom: Jerry Eriksson <jerry.e@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rexima
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/
|
|
|
|
MAINTAINER= jerry.e@gmx.net
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 400010
|
|
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
|
.endif
|
|
|
|
MAN1= rexima.1
|
|
.include <bsd.port.post.mk>
|