aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmixer/Makefile
blob: 51ede2523cded0fb3d16938f6f608261a4e54cba (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
# 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_GTK=    yes
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>