summaryrefslogtreecommitdiff
path: root/audio/shorten/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-04-16 22:23:34 +0000
committerzuntum <zuntum>2001-04-16 22:23:34 +0000
commitd73c31d94b3a4e27881e46293f3d8e05b2b92ac6 (patch)
tree8d45667ea9082646dcdb3545b6a73172e687a1c3 /audio/shorten/Makefile
parentd5d47b8d21ed4acdf42926b575c625e037e6b375 (diff)
downloadpkgsrc-d73c31d94b3a4e27881e46293f3d8e05b2b92ac6.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/Makefile22
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"