aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-laudio
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-27 03:29:02 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-27 03:29:02 +0000
commit7f7721e2200bddbc96e9969d6cecc36ae50041b1 (patch)
tree9caefdd90d1778ff23414a5b170a8a263f3c57cd /audio/linux-laudio
parent6fd18cf06a7bdabbf056d06b006d9fa76fa7932d (diff)
downloadports-7f7721e2200bddbc96e9969d6cecc36ae50041b1.tar.gz
ports-7f7721e2200bddbc96e9969d6cecc36ae50041b1.zip
Rename laudio to linux-laudio as it is Linux binary port, and clean it up.
Notes
Notes: svn path=/head/; revision=313029
Diffstat (limited to 'audio/linux-laudio')
-rw-r--r--audio/linux-laudio/Makefile37
-rw-r--r--audio/linux-laudio/distinfo2
-rw-r--r--audio/linux-laudio/pkg-descr6
-rw-r--r--audio/linux-laudio/pkg-message1
4 files changed, 46 insertions, 0 deletions
diff --git a/audio/linux-laudio/Makefile b/audio/linux-laudio/Makefile
new file mode 100644
index 000000000000..39cf964bc0d0
--- /dev/null
+++ b/audio/linux-laudio/Makefile
@@ -0,0 +1,37 @@
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= laudio
+PORTVERSION= 0.4
+CATEGORIES= audio linux
+MASTER_SITES= http://www.lossless-audio.com/ CENKES
+DISTNAME= la04
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Free lossless audio codec
+
+ONLY_FOR_ARCHS= amd64 i386
+
+USE_BZIP2= yes
+
+NO_BUILD= yes
+
+PLIST_FILES= bin/laudio
+PORTDOCS= readme.txt
+
+OPTIONS_DEFINE= DOCS
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio
+ ${BRANDELF} -t Linux ${PREFIX}/bin/laudio
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR}
+.endif
+
+post-install:
+ @${ECHO_MSG}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
+
+.include <bsd.port.mk>
diff --git a/audio/linux-laudio/distinfo b/audio/linux-laudio/distinfo
new file mode 100644
index 000000000000..fbf604f27b7e
--- /dev/null
+++ b/audio/linux-laudio/distinfo
@@ -0,0 +1,2 @@
+SHA256 (la04.tar.bz2) = 8037e2854899ca76af4b524c26f072a2d75198ab176fce9acfcfbf84f6aa5063
+SIZE (la04.tar.bz2) = 1217373
diff --git a/audio/linux-laudio/pkg-descr b/audio/linux-laudio/pkg-descr
new file mode 100644
index 000000000000..0a73064af354
--- /dev/null
+++ b/audio/linux-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 offers the best compression ratio
+available.
+
+WWW: http://www.lossless-audio.com/
diff --git a/audio/linux-laudio/pkg-message b/audio/linux-laudio/pkg-message
new file mode 100644
index 000000000000..a0b4f3fd37b6
--- /dev/null
+++ b/audio/linux-laudio/pkg-message
@@ -0,0 +1 @@
+This port requires Linux binary compatibility enabled.