aboutsummaryrefslogtreecommitdiff
path: root/audio/wavbreaker/Makefile
blob: eb112a77d8810528eef65e68862f40134c49a709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	wavbreaker
# Date created:				20 May 2003
# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$

PORTNAME=	wavbreaker
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://huli.org/wavbreaker/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool to split wav files

USE_GNOME=	gnomehack gnometarget gtk20 libxml2
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-alsa

.include <bsd.port.mk>