summaryrefslogtreecommitdiff
path: root/audio/rexima
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 03:45:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 03:45:51 +0000
commit9b2786ea006039e275ec9dea2d7375812613186c (patch)
tree348ef8b1c843277e346e3cb8483f79bd031cd8fe /audio/rexima
parentnew port: security/clamav (diff)
New Port: rexima
A ncurses-based mixer program. PR: ports/40607 Submitted by: Jerry Eriksson <jerry.e@gmx.net>
Notes
Notes: svn path=/head/; revision=73592
Diffstat (limited to 'audio/rexima')
-rw-r--r--audio/rexima/Makefile22
-rw-r--r--audio/rexima/distinfo1
-rw-r--r--audio/rexima/files/patch-Makefile10
-rw-r--r--audio/rexima/pkg-comment1
-rw-r--r--audio/rexima/pkg-descr6
-rw-r--r--audio/rexima/pkg-plist1
6 files changed, 41 insertions, 0 deletions
diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile
new file mode 100644
index 000000000000..a68fcaff012c
--- /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 000000000000..7c70a2c99427
--- /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 000000000000..1a635ce21dea
--- /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 000000000000..fa618c2e6276
--- /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 000000000000..b3940fe16234
--- /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 000000000000..f292465077c4
--- /dev/null
+++ b/audio/rexima/pkg-plist
@@ -0,0 +1 @@
+bin/rexima