2003-06-02 16:42:57 +02:00
|
|
|
# New ports collection makefile for: wavbreaker
|
|
|
|
# Date created: 20 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wavbreaker
|
2003-06-30 14:42:43 +02:00
|
|
|
PORTVERSION= 0.3
|
2003-06-02 16:42:57 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://huli.org/wavbreaker/
|
|
|
|
|
2003-07-22 12:34:12 +02:00
|
|
|
MAINTAINER= krion@FreeBSD.org
|
2003-06-02 16:42:57 +02:00
|
|
|
COMMENT= Tool to split wav files
|
|
|
|
|
2003-06-30 14:42:43 +02:00
|
|
|
USE_GNOME= gtk20 libxml2 gnomehack
|
2003-06-02 16:42:57 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|