2013-09-11 11:36:43 +02:00
|
|
|
# Created by: ijliao
|
2002-05-10 12:52:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= soundgrab
|
2009-10-16 05:10:06 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2012-02-16 16:57:34 +01:00
|
|
|
PORTREVISION= 2
|
2002-05-10 12:52:51 +02:00
|
|
|
CATEGORIES= audio perl5
|
2009-10-16 05:10:06 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2002-05-10 12:52:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= apps/sound/editors
|
|
|
|
|
2014-06-11 20:55:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Interactively select and save sections of an audio file
|
2002-05-10 12:52:51 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
|
|
|
rawplay:${PORTSDIR}/audio/rawrec \
|
|
|
|
oggenc:${PORTSDIR}/audio/vorbis-tools \
|
|
|
|
flac:${PORTSDIR}/audio/flac \
|
2012-06-29 18:47:42 +02:00
|
|
|
p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
|
|
|
|
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
|
2002-05-10 12:52:51 +02:00
|
|
|
|
2011-05-19 20:25:58 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-06-12 18:38:18 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
SHEBANG_FILES= src/soundgrab
|
2002-05-10 12:52:51 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2014-06-12 18:38:18 +02:00
|
|
|
PLIST_FILES= bin/soundgrab man/man1/soundgrab.1.gz
|
2002-05-10 12:52:51 +02:00
|
|
|
|
|
|
|
do-install:
|
2006-07-03 15:55:08 +02:00
|
|
|
@pod2man ${WRKSRC}/src/soundgrab ${WRKSRC}/src/soundgrab.1
|
2014-06-12 18:38:18 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/soundgrab ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/src/soundgrab.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
2002-05-10 12:52:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|