diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:39:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:39:11 +0000 |
commit | 63edd81f37cb316b350c42cecab3f5445a05052c (patch) | |
tree | 3eca85d8d87c689120d0d70b52d109cafc367f46 /audio/umix | |
parent | b8f78bb14bee0e294625701bcf4123894bd4a1ad (diff) | |
download | ports-63edd81f37cb316b350c42cecab3f5445a05052c.tar.gz ports-63edd81f37cb316b350c42cecab3f5445a05052c.zip |
Notes
Diffstat (limited to 'audio/umix')
-rw-r--r-- | audio/umix/Makefile | 22 | ||||
-rw-r--r-- | audio/umix/distinfo | 1 | ||||
-rw-r--r-- | audio/umix/pkg-comment | 1 | ||||
-rw-r--r-- | audio/umix/pkg-descr | 6 | ||||
-rw-r--r-- | audio/umix/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/audio/umix/Makefile b/audio/umix/Makefile new file mode 100644 index 000000000000..f9712947e496 --- /dev/null +++ b/audio/umix/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: umix +# Date created: 24 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= umix +PORTVERSION= 0.5 +CATEGORIES= audio +MASTER_SITES= http://www.ionstream.fi/sakari/umix/files/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" + +MAN1= umix.1 + +.include <bsd.port.mk> diff --git a/audio/umix/distinfo b/audio/umix/distinfo new file mode 100644 index 000000000000..efd75ab51762 --- /dev/null +++ b/audio/umix/distinfo @@ -0,0 +1 @@ +MD5 (umix-0.5.tar.gz) = 6495628535bcdc01da1a787db9056eda diff --git a/audio/umix/pkg-comment b/audio/umix/pkg-comment new file mode 100644 index 000000000000..dd0c04047d9d --- /dev/null +++ b/audio/umix/pkg-comment @@ -0,0 +1 @@ +An advanced tool for adjusting soundcard mixers, designed as a replacement for aumix diff --git a/audio/umix/pkg-descr b/audio/umix/pkg-descr new file mode 100644 index 000000000000..18bda7005d33 --- /dev/null +++ b/audio/umix/pkg-descr @@ -0,0 +1,6 @@ +Umix is an advanced tool for adjusting soundcard mixers. You can +adjust your mixer either from the command line or from a fullscreen +curses user interface. It was designed as a replacement for Aumix. + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/audio/umix/pkg-plist b/audio/umix/pkg-plist new file mode 100644 index 000000000000..8cca4200e80a --- /dev/null +++ b/audio/umix/pkg-plist @@ -0,0 +1,2 @@ +bin/umix +share/locale/fi/LC_MESSAGES/umix.mo |