diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 03:45:51 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 03:45:51 +0000 |
commit | eaa6f12e48ea9e724acb6f9c87327880818a3f4a (patch) | |
tree | cfc8697eb1921879c3d40abf5eed7a87212f7d28 /audio/rexima | |
parent | a844505a200be64a50c7d3a937f0b950fcf6ed6d (diff) | |
download | FreeBSD-ports-eaa6f12e48ea9e724acb6f9c87327880818a3f4a.zip FreeBSD-ports-eaa6f12e48ea9e724acb6f9c87327880818a3f4a.tar.gz |
New Port: rexima
A ncurses-based mixer program.
PR: ports/40607
Submitted by: Jerry Eriksson <jerry.e@gmx.net>
Diffstat (limited to 'audio/rexima')
-rw-r--r-- | audio/rexima/Makefile | 22 | ||||
-rw-r--r-- | audio/rexima/distinfo | 1 | ||||
-rw-r--r-- | audio/rexima/files/patch-Makefile | 10 | ||||
-rw-r--r-- | audio/rexima/pkg-comment | 1 | ||||
-rw-r--r-- | audio/rexima/pkg-descr | 6 | ||||
-rw-r--r-- | audio/rexima/pkg-plist | 1 |
6 files changed, 41 insertions, 0 deletions
diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile new file mode 100644 index 0000000..a68fcaf --- /dev/null +++ b/audio/rexima/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rexima +# Date created: 15 Jul 2002 +# Whom: Jerry Eriksson <jerry.e@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= rexima +PORTVERSION= 1.2 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/ + +MAINTAINER= jerry.e@gmx.net + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400010 +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +MAN1= rexima.1 +.include <bsd.port.post.mk> diff --git a/audio/rexima/distinfo b/audio/rexima/distinfo new file mode 100644 index 0000000..7c70a2c --- /dev/null +++ b/audio/rexima/distinfo @@ -0,0 +1 @@ +MD5 (rexima-1.2.tar.gz) = e74e73c6170c9ced428901d3d52e4fc6 diff --git a/audio/rexima/files/patch-Makefile b/audio/rexima/files/patch-Makefile new file mode 100644 index 0000000..1a635ce --- /dev/null +++ b/audio/rexima/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Sun Jan 19 19:44:36 2003 ++++ Makefile Sun Jan 19 19:44:49 2003 +@@ -7,7 +7,6 @@ + # MANDIR to directory for man page. + # Usually it will be simpler to just set PREFIX. + # +-PREFIX=/usr/local + BINDIR=$(PREFIX)/bin + MANDIR=$(PREFIX)/man/man1 + diff --git a/audio/rexima/pkg-comment b/audio/rexima/pkg-comment new file mode 100644 index 0000000..fa618c2 --- /dev/null +++ b/audio/rexima/pkg-comment @@ -0,0 +1 @@ +A ncurses-based console mixer diff --git a/audio/rexima/pkg-descr b/audio/rexima/pkg-descr new file mode 100644 index 0000000..b3940fe --- /dev/null +++ b/audio/rexima/pkg-descr @@ -0,0 +1,6 @@ +A small and flexible console mixer using ncurses. + +WWW: http://rus.members.beeb.net/rexima.html + +- Jerry Eriksson +jerry.e@gmx.net diff --git a/audio/rexima/pkg-plist b/audio/rexima/pkg-plist new file mode 100644 index 0000000..f292465 --- /dev/null +++ b/audio/rexima/pkg-plist @@ -0,0 +1 @@ +bin/rexima |