openbsd-ports/audio/shorten/Makefile
naddy e6bcd6582c Update to 3.4. Changes in this release:
* Shorten now refuses to input data from or output data to a tty.
* Fixed crash when trying to create seek tables from a non-shorten file.
* -s and -S options can now create seek table files from data read on stdin.
* Seek tables are now appended to non-stdout output file when reading
  uncompressed data from stdin.
2002-02-11 17:56:52 +00:00

22 lines
495 B
Makefile

# $OpenBSD: Makefile,v 1.3 2002/02/11 17:56:52 naddy Exp $
COMMENT= "fast compression for waveform files"
DISTNAME= shorten-3.4
CATEGORIES= audio archivers
NEED_VERSION= 1.504
HOMEPAGE= http://shnutils.etree.org/shorten/
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/shorten/source/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>