1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Chris Piazza 1999-12-07 02:25:07 +00:00
parent bdacce70e4
commit 764d16cfbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23629
3 changed files with 5 additions and 6 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (aumix-1.29.tar.gz) = 465bfa1f4a1b0afcd6aac37a010e33c5
MD5 (aumix-1.30.tar.gz) = c0f27bd942148bddc8a573574162bd12

View File

@ -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