mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7613a06931
Xmixer includes two programs, xmixer and gmixer. xmixer uses Athena widgets and gmixer uses GTK+. It can change the volume for multiple devices, select input device(s) for recording, hide devices you don't want to see, and has batch support. PR: 14555 Submitted by: Trevor Johnson <trevor@jpj.net>
27 lines
448 B
Makefile
27 lines
448 B
Makefile
# New ports collection makefile for: xmixer
|
|
# Version required: 0.9.3
|
|
# Date created: 27 October 1999
|
|
# Whom: trevor@jpj.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xmixer-0.9.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.hdk-berlin.de/~rasca/
|
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
|
|
|
MAINTAINER= trevor@jpj.net
|
|
|
|
WRKSRC= ${WRKDIR}/xmixer
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= xmixer.1
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/config.cache
|
|
|
|
.include <bsd.port.mk>
|