diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-07 02:25:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-07 02:25:07 +0000 |
commit | a38c9a9e6fa96510105055b6debe47af87b00e69 (patch) | |
tree | b7f71aa52695bf5a1e8f8382589d4e6143a04ba1 /audio | |
parent | ebdb41a07161284858ecff47399a0ca2c61c48ed (diff) | |
download | FreeBSD-ports-a38c9a9e6fa96510105055b6debe47af87b00e69.zip FreeBSD-ports-a38c9a9e6fa96510105055b6debe47af87b00e69.tar.gz |
Update to version 1.30.
This version includes sysmouse(4) support ( thanks to
Christian Weisgerber <naddy@mips.rhein-neckar.de> )
PR: 15323
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile | 7 | ||||
-rw-r--r-- | audio/aumix/distinfo | 2 | ||||
-rw-r--r-- | audio/aumix/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 33d079a..d51ddbc 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: aumix -# Version required: 1.29 +# Version required: 1.30 # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= aumix-1.29 +DISTNAME= aumix-1.30 CATEGORIES= audio MASTER_SITES= http://jpj.net/~trevor/aumix/ \ http://jpj.net/~trevor/aumix/old/ \ @@ -19,11 +19,10 @@ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -MAN1= aumix.1 +MAN1= aumix.1 xaumix.1 .include <bsd.port.mk> diff --git a/audio/aumix/distinfo b/audio/aumix/distinfo index dd97f68..94b6a55 100644 --- a/audio/aumix/distinfo +++ b/audio/aumix/distinfo @@ -1 +1 @@ -MD5 (aumix-1.29.tar.gz) = 465bfa1f4a1b0afcd6aac37a010e33c5 +MD5 (aumix-1.30.tar.gz) = c0f27bd942148bddc8a573574162bd12 diff --git a/audio/aumix/pkg-descr b/audio/aumix/pkg-descr index 8ff7c8e..fa3b66c 100644 --- a/audio/aumix/pkg-descr +++ b/audio/aumix/pkg-descr @@ -1,5 +1,5 @@ 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 +ncurses-based interface and sysmouse(4) support. WWW: http://jpj.net/~trevor/aumix.html |