diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-16 22:23:34 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-16 22:23:34 +0000 |
commit | 9807e37d91ccce15f03713a9a6d235f7ab506fe1 (patch) | |
tree | 8d45667ea9082646dcdb3545b6a73172e687a1c3 /audio/shorten/Makefile | |
parent | b25bac4da3cb6c8589b0dbe768c29922c8346ebb (diff) | |
download | pkgsrc-9807e37d91ccce15f03713a9a6d235f7ab506fe1.tar.gz |
Initial import of shorten-3.1
Shorten is a lossless compressing tool specialized for Audio files where
it usually performs better than gzip/bzip2.
Package submitted by Ben Collver <collver@linuxfreemail.com>
in pkg/12586
Diffstat (limited to 'audio/shorten/Makefile')
-rw-r--r-- | audio/shorten/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile new file mode 100644 index 00000000000..9d54c0c2efa --- /dev/null +++ b/audio/shorten/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 22:23:34 zuntum Exp $ +# FreeBSD: ports/audio/shorten/Makefile,v 1.6 2000/11/02 22:40:59 fenner Exp +# + +DISTNAME= shorten-3.1 +CATEGORIES= audio archivers +MASTER_SITES= http://www.etree.org/software/ + +MAINTAINER= collver@linuxfreemail.com +HOMEPAGE= http://www.softsound.com/Shorten.html +COMMENT= lossless audio compressor + +LICENSE= no-commercial-use + +MAKE_ENV+= MKDIR="${MKDIR}" + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/shorten + ${INSTALL_DATA} ${WRKSRC}/tr156.tex ${PREFIX}/share/doc/shorten + ${INSTALL_DATA} ${WRKSRC}/tr156.ps ${PREFIX}/share/doc/shorten + +.include "../../mk/bsd.pkg.mk" |