diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 12:47:14 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 12:47:14 +0800 |
commit | 008ba84815f668aa7f94f6828d4f142414dcac94 (patch) | |
tree | f8cc68843c07b8d20a06186dd08ad63ed09b40de /audio/aumix | |
parent | 273b0793d6c5e7ca4f0565f82e82905aed04a1de (diff) | |
download | freebsd-ports-gnome-008ba84815f668aa7f94f6828d4f142414dcac94.tar.gz freebsd-ports-gnome-008ba84815f668aa7f94f6828d4f142414dcac94.tar.zst freebsd-ports-gnome-008ba84815f668aa7f94f6828d4f142414dcac94.zip |
Initial import of aumix version 1.18.4.
A fullscreen ncurses based audio mixer for the console.
PR: 11835
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile | 26 | ||||
-rw-r--r-- | audio/aumix/distinfo | 1 | ||||
-rw-r--r-- | audio/aumix/pkg-comment | 1 | ||||
-rw-r--r-- | audio/aumix/pkg-descr | 8 | ||||
-rw-r--r-- | audio/aumix/pkg-plist | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile new file mode 100644 index 000000000000..bf6cb0c1474e --- /dev/null +++ b/audio/aumix/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: aumix +# Version required: 1.18.4 +# Date created: 21 May 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= aumix-1.18.4 +CATEGORIES= audio +MASTER_SITES= http://jpj.net/~trevor/aumix/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/mixers + +MAINTAINER= cpiazza@home.net + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV+= CPPFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" + +MAN1= aumix.1 + +.include <bsd.port.mk> diff --git a/audio/aumix/distinfo b/audio/aumix/distinfo new file mode 100644 index 000000000000..ac787f3a4670 --- /dev/null +++ b/audio/aumix/distinfo @@ -0,0 +1 @@ +MD5 (aumix-1.18.4.tar.gz) = 1451d865adc0a529c7b0fb5e7e2888ee diff --git a/audio/aumix/pkg-comment b/audio/aumix/pkg-comment new file mode 100644 index 000000000000..e2fe7918d760 --- /dev/null +++ b/audio/aumix/pkg-comment @@ -0,0 +1 @@ +A fullscreen ncurses based audio mixer for the console. diff --git a/audio/aumix/pkg-descr b/audio/aumix/pkg-descr new file mode 100644 index 000000000000..50a451900a34 --- /dev/null +++ b/audio/aumix/pkg-descr @@ -0,0 +1,8 @@ +A program for adjusting audio mixers from the command line or +scripts, or interactively at the console or a terminal with a full-screen, +ncurses-based interface + +WWW: http://jpj.net/~trevor/aumix.html + +-Chris Piazza +cpiazza@home.net diff --git a/audio/aumix/pkg-plist b/audio/aumix/pkg-plist new file mode 100644 index 000000000000..0f2ce7b9ab8e --- /dev/null +++ b/audio/aumix/pkg-plist @@ -0,0 +1,7 @@ +bin/aumix +share/locale/de/LC_MESSAGES/aumix.mo +share/locale/es/LC_MESSAGES/aumix.mo +share/locale/pl/LC_MESSAGES/aumix.mo +share/locale/pt_BR/LC_MESSAGES/aumix.mo +share/locale/ru/LC_MESSAGES/aumix.mo +share/locale/ua/LC_MESSAGES/aumix.mo |