mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6831e620d4
- Take maintainership PR: ports/60704 Submitted by: Jerry Eriksson <jerry@freebsd.se>
26 lines
508 B
Makefile
26 lines
508 B
Makefile
# New ports collection makefile for: rexima
|
|
# Date created: 15 Jul 2002
|
|
# Whom: Jerry Eriksson <jerry@freebsd.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rexima
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
|
|
|
MAINTAINER= jerry@freebsd.se
|
|
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>
|