1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/soundgrab/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

38 lines
1008 B
Makefile

# ex:ts=8
# Ports collection makefile for: soundgrab
# Date created: May 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= soundgrab
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MASTER_SITE_SUBDIR= apps/sound/editors
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Interactively select and save sections of an audio file
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
rawplay:${PORTSDIR}/audio/rawrec \
oggenc:${PORTSDIR}/audio/vorbis-tools \
flac:${PORTSDIR}/audio/flac \
${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
USE_PERL5= yes
NO_BUILD= yes
MAN1= soundgrab.1
PLIST_FILES= bin/soundgrab
do-install:
@pod2man ${WRKSRC}/src/soundgrab ${WRKSRC}/src/soundgrab.1
${INSTALL_SCRIPT} ${WRKSRC}/src/soundgrab ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/src/soundgrab.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>