freebsd-ports/audio/xmixer/Makefile
Trevor Johnson 8054aa8ba1 Update to 0.9.4. Install gmixer as xgmixer, to avoid conflict with
the audio/gmixer port/package.  Remove BROKEN line since this
version works.

Submitted by:	Kato Tsuguru <tkato@prontomail.ne.jp>
PR:		25208
2001-02-19 22:58:22 +00:00

26 lines
468 B
Makefile

# New ports collection makefile for: xmixer
# Date created: 27 October 1999
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= xmixer
PORTVERSION= 0.9.4
CATEGORIES= audio
MASTER_SITES= http://www.hdk-berlin.de/~rasca/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GTK= yes
USE_AUTOCONF= yes
MAN1= xmixer.1
MLINKS= xmixer.1 xgmixer.1
pre-patch:
@find ${WRKSRC} -type f | xargs ${PERL} -pi -e 's|rxvt -e|xterm -e|g'
.include <bsd.port.mk>