mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
32 lines
846 B
Makefile
32 lines
846 B
Makefile
PORTNAME= soundgrab
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interactively select and save sections of an audio file
|
|
WWW= http://rawrec.sourceforge.net/soundgrab/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= sox:audio/sox \
|
|
rawplay:audio/rawrec \
|
|
oggenc:audio/vorbis-tools \
|
|
flac:audio/flac \
|
|
p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= src/soundgrab
|
|
|
|
PLIST_FILES= bin/soundgrab share/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}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|