mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
c01550b3bf
approved by: infrastructure blanket
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# Created by: Jerry Eriksson <jerry@freebsd.se>
|
|
# $FreeBSD$
|
|
|
|
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>
|