aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmixer/Makefile
blob: 57dedcf14aa54c5f30d72250002741e8774dc36c (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
# New ports collection makefile for:    xmixer
# Date created:     27 October 1999
# Whom:         trevor@jpj.net
#
# $FreeBSD$
#

PORTNAME=   xmixer
PORTVERSION=    0.9.3
CATEGORIES= audio
MASTER_SITES=   http://www.hdk-berlin.de/~rasca/
MASTER_SITE_SUBDIR= apps/sound/mixers

MAINTAINER= ports@FreeBSD.org

BROKEN=     seems incompatible with newpcm

WRKSRC=     ${WRKDIR}/${PORTNAME}

USE_GMAKE=  yes
USE_GTK=    yes
USE_AUTOCONF=   yes

MAN1=       xmixer.1

post-extract:
    @${RM} ${WRKSRC}/config.cache

.include <bsd.port.mk>