37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
17 lines
326 B
Makefile
17 lines
326 B
Makefile
# Created by: Jerry Eriksson <jerry@freebsd.se>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rexima
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SUNSITE
|
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
|
|
|
MAINTAINER= jerry@freebsd.se
|
|
COMMENT= ncurses-based console mixer
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= bin/rexima man/man1/rexima.1.gz
|
|
|
|
.include <bsd.port.mk>
|