blob: 5cb773cbf11e8016178388c2123a30dc1d876b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Jerry Eriksson <jerry@freebsd.se>
PORTNAME= rexima
PORTVERSION= 1.4
CATEGORIES= audio
MASTER_SITES= SUNSITE/apps/sound/mixers
MAINTAINER= jerry@freebsd.se
COMMENT= ncurses-based console mixer
LICENSE= GPLv2
USES= ncurses
PLIST_FILES= bin/rexima man/man1/rexima.1.gz
.include <bsd.port.mk>
|