aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-02-27 11:29:02 +0800
committerdanfe <danfe@FreeBSD.org>2013-02-27 11:29:02 +0800
commit167c452fcbbab400276c50f4f0a39b69cefe0d23 (patch)
tree9caefdd90d1778ff23414a5b170a8a263f3c57cd /audio
parentd115d5f633c5644a6db6a4bc0957183eaf0b608e (diff)
downloadfreebsd-ports-gnome-167c452fcbbab400276c50f4f0a39b69cefe0d23.tar.gz
freebsd-ports-gnome-167c452fcbbab400276c50f4f0a39b69cefe0d23.tar.zst
freebsd-ports-gnome-167c452fcbbab400276c50f4f0a39b69cefe0d23.zip
Rename laudio to linux-laudio as it is Linux binary port, and clean it up.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile2
-rw-r--r--audio/laudio/Makefile35
-rw-r--r--audio/laudio/pkg-descr6
-rw-r--r--audio/linux-laudio/Makefile37
-rw-r--r--audio/linux-laudio/distinfo (renamed from audio/laudio/distinfo)0
-rw-r--r--audio/linux-laudio/pkg-descr6
-rw-r--r--audio/linux-laudio/pkg-message (renamed from audio/laudio/pkg-message)0
7 files changed, 44 insertions, 42 deletions
diff --git a/audio/Makefile b/audio/Makefile
index e6101d3c6db3..2d98a6a4955a 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -349,7 +349,6 @@
SUBDIR += lash
SUBDIR += last-cmus
SUBDIR += last.fm
- SUBDIR += laudio
SUBDIR += liba52
SUBDIR += libaacplus
SUBDIR += libadplug
@@ -431,6 +430,7 @@
SUBDIR += linux-fmodapi
SUBDIR += linux-freealut
SUBDIR += linux-genpuid
+ SUBDIR += linux-laudio
SUBDIR += linux-libaudiofile
SUBDIR += linux-libmad
SUBDIR += linux-libogg
diff --git a/audio/laudio/Makefile b/audio/laudio/Makefile
deleted file mode 100644
index 960284e9e09f..000000000000
--- a/audio/laudio/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: laudio
-# Date created: 18 October 2005
-# Whom: 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= 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)
- @${INSTALL} -d ${DOCSDIR}/
- @${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR}
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/audio/laudio/pkg-descr b/audio/laudio/pkg-descr
deleted file mode 100644
index b7b49cf5777a..000000000000
--- a/audio/laudio/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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/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/laudio/distinfo b/audio/linux-laudio/distinfo
index fbf604f27b7e..fbf604f27b7e 100644
--- a/audio/laudio/distinfo
+++ b/audio/linux-laudio/distinfo
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/laudio/pkg-message b/audio/linux-laudio/pkg-message
index a0b4f3fd37b6..a0b4f3fd37b6 100644
--- a/audio/laudio/pkg-message
+++ b/audio/linux-laudio/pkg-message