mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
18 lines
336 B
Makefile
18 lines
336 B
Makefile
# Created by: 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
|
|
|
|
MAN1= rexima.1
|
|
PLIST_FILES= bin/rexima
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|