freebsd-ports/audio/soundgrab/Makefile
Andrej Zverev e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00

39 lines
973 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= 2
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 \
p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
LICENSE= GPLv2
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>