1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/audio/rexima/Makefile
Baptiste Daroussin d51bc0de30 ncurses: partial revert 266130ce71
In many places I overlooked at the problem we were trying to solve when
libncurses is split.
2021-09-24 15:11:53 +02:00

17 lines
309 B
Makefile

# 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>