2012-12-17 03:15:13 +01:00
|
|
|
# Created by: Bill Fenner <fenner@FreeBSD.org>
|
2000-11-02 23:52:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= shntool
|
2009-03-31 10:50:23 +02:00
|
|
|
PORTVERSION= 3.0.10
|
2000-11-02 23:52:22 +01:00
|
|
|
CATEGORIES= audio
|
2009-03-19 16:53:45 +01:00
|
|
|
MASTER_SITES= http://www.etree.org/shnutils/shntool/dist/src/
|
2000-11-02 23:52:22 +01:00
|
|
|
|
2008-09-07 11:34:27 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2007-01-24 09:38:22 +01:00
|
|
|
COMMENT= Multi-purpose .wav processing utility
|
2003-10-27 20:02:59 +01:00
|
|
|
|
2001-04-21 19:26:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-24 09:38:22 +01:00
|
|
|
SHN_ALIASES= tool len fix hash pad join split cat cmp cue conv info strip gen trim
|
2014-01-30 17:05:12 +01:00
|
|
|
PLIST_FILES= ${SHN_ALIASES:S|^|bin/shn|} \
|
|
|
|
man/man1/shntool.1.gz
|
2000-11-02 23:52:22 +01:00
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
OPTIONS_DEFINE= AIFF SHN FLAC APE OFR LPAC WV ALAC LA TTA BONK KXS
|
|
|
|
AIFF_DESC= AIFF support via sox
|
|
|
|
SHN_DESC= Shorten support
|
|
|
|
OFR_DESC= OptimFROG support
|
|
|
|
LPAC_DESC= LPAC support
|
|
|
|
WV_DESC= WavPack support
|
|
|
|
ALAC_DESC= Apple Lossless Audio support
|
|
|
|
LA_DESC= Laudio support
|
|
|
|
TTA_DESC= TTA Lossless Audio support
|
|
|
|
BONK_DESC= Bonk lossy/lossless audio support
|
|
|
|
KXS_DESC= Kexis support
|
|
|
|
|
2007-09-08 17:02:39 +02:00
|
|
|
RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \
|
2013-02-27 05:02:00 +01:00
|
|
|
ALAC:alac LA:linux-laudio TTA:ttaenc:tta BONK KXS:kexis
|
2007-09-08 17:02:39 +02:00
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2007-09-08 17:02:39 +02:00
|
|
|
|
2013-03-26 15:00:52 +01:00
|
|
|
.for o in ${PORT_OPTIONS}
|
|
|
|
m= ${RDEP:M${o}*}
|
|
|
|
.if ${m}
|
2014-05-05 11:45:36 +02:00
|
|
|
b= ${m:C/^[A-Z]*://:C/:.*//:tl}
|
|
|
|
p= ${m:C/^[A-Z]*://:C/.*://:tl}
|
2007-09-08 17:02:39 +02:00
|
|
|
RUN_DEPENDS+= ${b}:${PORTSDIR}/audio/${p}
|
|
|
|
RUN_DEPENDS:= ${RUN_DEPENDS}
|
2013-03-26 15:00:52 +01:00
|
|
|
.endif
|
2007-09-08 17:02:39 +02:00
|
|
|
.endfor
|
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
.include <bsd.port.mk>
|