diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 16:33:12 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 16:33:12 +0000 |
commit | 860706c4238b3ed4e29d6a519a240119fca05cb1 (patch) | |
tree | 6c575e82b0a454d6cba81242aeb5bb7876d25bee /audio/laudio | |
parent | 779c50f3976e0465afdb0d10d4f8508aa6fbbad8 (diff) | |
download | ports-860706c4238b3ed4e29d6a519a240119fca05cb1.tar.gz ports-860706c4238b3ed4e29d6a519a240119fca05cb1.zip |
Notes
Diffstat (limited to 'audio/laudio')
-rw-r--r-- | audio/laudio/Makefile | 36 | ||||
-rw-r--r-- | audio/laudio/distinfo | 2 | ||||
-rw-r--r-- | audio/laudio/pkg-descr | 6 | ||||
-rw-r--r-- | audio/laudio/pkg-message | 1 |
4 files changed, 45 insertions, 0 deletions
diff --git a/audio/laudio/Makefile b/audio/laudio/Makefile new file mode 100644 index 000000000000..92d79c8c0372 --- /dev/null +++ b/audio/laudio/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: laudio +# Date created: 18 October 2005 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= laudio +PORTVERSION= 0.4 +CATEGORIES?= audio linux +MASTER_SITES= http://www.lossless-audio.com/ \ + http://www.csme.ru/filez/ +DISTNAME= la04 + +MAINTAINER= infofarmer@gmail.com +COMMENT= A free lossless audio codec + +ONLY_FOR_ARCHS= amd64 i386 +USE_BZIP2= yes + +NO_BUILD= yes +PLIST_FILES= bin/laudio +PORTDOCS= readme.txt + +do-install: + @${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio + @${BRANDELF} -t Linux ${PREFIX}/bin/laudio +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR} +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/audio/laudio/distinfo b/audio/laudio/distinfo new file mode 100644 index 000000000000..3b0de114e023 --- /dev/null +++ b/audio/laudio/distinfo @@ -0,0 +1,2 @@ +MD5 (la04.tar.bz2) = 296ec1f4c2d17d1c3d6d29a5c86158ae +SIZE (la04.tar.bz2) = 1217373 diff --git a/audio/laudio/pkg-descr b/audio/laudio/pkg-descr new file mode 100644 index 000000000000..b7b49cf5777a --- /dev/null +++ b/audio/laudio/pkg-descr @@ -0,0 +1,6 @@ +Laudio is a port of La, a free lossless audio codec written by +Michael Bevin. It is not opensource, but versions are available +for Windows and Linux. Currently (October 2005) it has the best +compression ratio available. + +WWW: http://www.lossless-audio.com/ diff --git a/audio/laudio/pkg-message b/audio/laudio/pkg-message new file mode 100644 index 000000000000..a0b4f3fd37b6 --- /dev/null +++ b/audio/laudio/pkg-message @@ -0,0 +1 @@ +This port requires Linux binary compatibility enabled. |