diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-07 02:25:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-07 02:25:07 +0000 |
commit | 764d16cfbef91c6f0ca09bc434fd24cc9d6612a6 (patch) | |
tree | c250d70d8096ff6dfcf57dffce36986245e5d218 /audio/aumix | |
parent | bdacce70e4480c89e5ea655c040d9d0134c3a170 (diff) | |
download | ports-764d16cfbef91c6f0ca09bc434fd24cc9d6612a6.tar.gz ports-764d16cfbef91c6f0ca09bc434fd24cc9d6612a6.zip |
Notes
Diffstat (limited to 'audio/aumix')
-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 33d079ad54ab..d51ddbc6e175 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 dd97f685b7cd..94b6a55f8110 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 8ff7c8ed1a44..fa3b66c60bf4 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 |