diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-21 21:11:05 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-21 21:11:05 +0000 |
commit | a03ba739b7e112dfe6bee5620b31ab05def63294 (patch) | |
tree | 42c6145d4417747ec7b955b654e55f63a2ebf9fc /audio/kexis/Makefile | |
parent | Dirty 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/Makefile | 24 |
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> |