19f06dcd88
Shorten reduces the size of waveform files (such as audio) using Huffman coding of prediction residuals and optional additional quantisation. It supports lossless and lossy modes.
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/21 00:03:31 naddy Exp $
|
|
|
|
COMMENT= "fast compression for waveform files"
|
|
|
|
DISTNAME= shorten-3.3
|
|
CATEGORIES= audio archivers
|
|
NEED_VERSION= 1.440
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://shnutils.etree.org/misc/
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|