summaryrefslogtreecommitdiff
path: root/audio/soundgrab/Makefile
blob: f84eb3e6f2ebf1786073795b253426eaab6c63de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: ijliao
# $FreeBSD$

PORTNAME=	soundgrab
PORTVERSION=	1.0.1
PORTREVISION=	2
CATEGORIES=	audio perl5
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Interactively select and save sections of an audio file

RUN_DEPENDS=	sox:audio/sox \
		rawplay:audio/rawrec \
		oggenc:audio/vorbis-tools \
		flac:audio/flac \
		p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu \
		p5-Time-HiRes>=0:devel/p5-Time-HiRes

LICENSE=	GPLv2

USES=		perl5 shebangfix
SHEBANG_FILES=	src/soundgrab
NO_BUILD=	yes

PLIST_FILES=	bin/soundgrab man/man1/soundgrab.1.gz

do-install:
	@pod2man ${WRKSRC}/src/soundgrab ${WRKSRC}/src/soundgrab.1
	${INSTALL_SCRIPT} ${WRKSRC}/src/soundgrab ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/src/soundgrab.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

.include <bsd.port.mk>