summaryrefslogtreecommitdiff
path: root/audio/kexis/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-21 21:11:05 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-21 21:11:05 +0000
commita03ba739b7e112dfe6bee5620b31ab05def63294 (patch)
tree42c6145d4417747ec7b955b654e55f63a2ebf9fc /audio/kexis/Makefile
parentDirty workaround for libtool (diff)
Add port audio/kexis:
Kexis - A lossless WAV file compressor. Kexis' main goal is to develop prediction and encoding schemes to minimize compressed file size. Kexis strives to be the premier lossless sound encoder. WWW: http://sourceforge.net/projects/kexis/
Notes
Notes: svn path=/head/; revision=168430
Diffstat (limited to 'audio/kexis/Makefile')
-rw-r--r--audio/kexis/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/kexis/Makefile b/audio/kexis/Makefile
new file mode 100644
index 000000000000..f7c2ab76d2f6
--- /dev/null
+++ b/audio/kexis/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: kexis
+# Date created: 22 July 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kexis
+PORTVERSION= 0.2.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Lossless WAV file compressor
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+PLIST_FILES= bin/kexis
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/
+
+.include <bsd.port.mk>