freebsd-ports/audio/xmixer/Makefile
Joe Marcus Clarke 8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00

28 lines
513 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_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_AUTOCONF= yes
MAN1= xmixer.1
MLINKS= xmixer.1 xgmixer.1
pre-patch:
@find ${WRKSRC} -type f | xargs ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g'
.include <bsd.port.mk>