821952899a
Tool to split wav files. Submitted by: Kirill Ponomarew
26 lines
589 B
Makefile
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>
|