mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c314c14507
PR: ports/111684 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Jerry Eriksson <jerer606@student.liu.se>
21 lines
416 B
Makefile
21 lines
416 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
|
|
|
|
MAN1= rexima.1
|
|
PLIST_FILES= bin/rexima
|
|
|
|
.include <bsd.port.mk>
|