freebsd-ports/audio/p5-Audio-Ecasound/Makefile
Jun Kuriyama 6aef4f76d6 Audio::Ecasound provides perl bindings to the ecasound control
interface of the ecasound program. You can use perl to automate or
interact with ecasound so you don't have to turn you back on the
adoring masses packed into Wembly Stadium.

Ecasound is a software package designed for multitrack audio
processing. It can be used for audio playback, recording, format
conversions, effects processing, mixing, as a LADSPA plugin host and
JACK node. Version >= 2.2.X must be installed to use this
package. "SEE ALSO" for more info.

WWW: http://search.cpan.org/dist/Audio-Ecasound/
2010-11-21 12:17:40 +00:00

23 lines
486 B
Makefile

# New ports collection makefile for: Audio::Ecasound
# Date created: 20 Nov 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Audio-Ecasound
PORTVERSION= 1.01
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for ecasound sampler, recorder, fx-processor
BUILD_DEPENDS= libecasoundc-config:${PORTSDIR}/audio/ecasound
PERL_CONFIGURE= yes
MAN3= Audio::Ecasound.3
.include <bsd.port.mk>