aboutsummaryrefslogtreecommitdiff
path: root/audio/xmixer/Makefile
blob: b56564e100f561938457bb645bec26477c62833b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	xmixer
# Date created:		27 October 1999
# Whom:			Trevor Johnson
#
# $FreeBSD$
#

PORTNAME=	xmixer
PORTVERSION=	0.9.4
PORTREVISION=	1
CATEGORIES=	audio
# Master site seems to be MIA and no replacement could be found
MASTER_SITES=	#http://www.hdk-berlin.de/~rasca/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Audio mixer (gtk and Xlib) for X11R6

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_REINPLACE=	yes
USE_GNOME=	gtk12
USE_AUTOCONF=	yes

MAN1=		xmixer.1
MLINKS=		xmixer.1 xgmixer.1

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		"Does not compile on !i386"
.endif

pre-patch:
	@${FIND} ${WRKSRC} -type f | ${XARGS}  ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g'

.include <bsd.port.post.mk>