diff options
Diffstat (limited to 'audio/shntool/Makefile')
-rw-r--r-- | audio/shntool/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile new file mode 100644 index 00000000000..799672b37b1 --- /dev/null +++ b/audio/shntool/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/18 21:38:23 mrg Exp $ +# + +DISTNAME= shntool-2.0.3 +CATEGORIES= audio archivers +MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ + +MAINTAINER= ben@NetBSD.org +HOMEPAGE= http://www.etree.org/shnutils/shntool/ +COMMENT= Lossless audio compressor wrapper tool + +LICENSE= no-commercial-use + +GNU_CONFIGURE= YES + +# could also support: wav, OFR, LPAC and APE. +DEPENDS+= shorten>=3.6.0:../../audio/shorten +DEPENDS+= flac>=1.1.0:../../audio/shorten +DEPENDS+= sox>=12.17.4:../../audio/sox + +.include "../../mk/bsd.pkg.mk" |