freebsd-ports/audio/wavbreaker/Makefile
Max Khon 821952899a New port: wavbreaker
Tool to split wav files.

Submitted by:	Kirill Ponomarew
2003-06-02 14:42:57 +00:00

26 lines
589 B
Makefile

# New ports collection makefile for: wavbreaker
# Date created: 20 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= wavbreaker
PORTVERSION= 0.2
CATEGORIES= audio
MASTER_SITES= http://huli.org/wavbreaker/
MAINTAINER= ponomarew@oberon.net
COMMENT= Tool to split wav files
USE_GNOME= gtk20 gnomehack
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>