mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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>
This commit is contained in:
parent
273b0793d6
commit
008ba84815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19079
26
audio/aumix/Makefile
Normal file
26
audio/aumix/Makefile
Normal file
@ -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>
|
1
audio/aumix/distinfo
Normal file
1
audio/aumix/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aumix-1.18.4.tar.gz) = 1451d865adc0a529c7b0fb5e7e2888ee
|
1
audio/aumix/pkg-comment
Normal file
1
audio/aumix/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A fullscreen ncurses based audio mixer for the console.
|
8
audio/aumix/pkg-descr
Normal file
8
audio/aumix/pkg-descr
Normal file
@ -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
|
7
audio/aumix/pkg-plist
Normal file
7
audio/aumix/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user