From 9b2786ea006039e275ec9dea2d7375812613186c Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 20 Jan 2003 03:45:51 +0000 Subject: New Port: rexima A ncurses-based mixer program. PR: ports/40607 Submitted by: Jerry Eriksson --- audio/rexima/Makefile | 22 ++++++++++++++++++++++ audio/rexima/distinfo | 1 + audio/rexima/files/patch-Makefile | 10 ++++++++++ audio/rexima/pkg-comment | 1 + audio/rexima/pkg-descr | 6 ++++++ audio/rexima/pkg-plist | 1 + 6 files changed, 41 insertions(+) create mode 100644 audio/rexima/Makefile create mode 100644 audio/rexima/distinfo create mode 100644 audio/rexima/files/patch-Makefile create mode 100644 audio/rexima/pkg-comment create mode 100644 audio/rexima/pkg-descr create mode 100644 audio/rexima/pkg-plist (limited to 'audio/rexima') 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 +# +# $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 + +.if ${OSVERSION} < 400010 +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +MAN1= rexima.1 +.include 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 -- cgit v1.2.3