summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/Makefile1
-rw-r--r--audio/flac123/Makefile36
-rw-r--r--audio/flac123/distinfo2
-rw-r--r--audio/flac123/pkg-descr5
4 files changed, 44 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 857071b..0b5f1653 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -100,6 +100,7 @@
SUBDIR += festvox-rab8
SUBDIR += festvox-tll
SUBDIR += flac
+ SUBDIR += flac123
SUBDIR += fluidsynth
SUBDIR += fmio
SUBDIR += freebirth
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
new file mode 100644
index 0000000..23c449e
--- /dev/null
+++ b/audio/flac123/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: flac123
+# Date created: 2004-05-14
+# Whom: michael johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flac123
+PORTVERSION= 0.0.7
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= flac-tools
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Command-line player for flac audio files
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
+ ao.3:${PORTSDIR}/audio/libao \
+ FLAC.5:${PORTSDIR}/audio/flac
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+PLIST_FILES= bin/flac123
+PORTDOCS= README.remote
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/flac123/distinfo b/audio/flac123/distinfo
new file mode 100644
index 0000000..57ada9f
--- /dev/null
+++ b/audio/flac123/distinfo
@@ -0,0 +1,2 @@
+MD5 (flac123-0.0.7.tar.gz) = 0003aefd73f2bff4824e4b76a5b5331f
+SIZE (flac123-0.0.7.tar.gz) = 69852
diff --git a/audio/flac123/pkg-descr b/audio/flac123/pkg-descr
new file mode 100644
index 0000000..4cec737
--- /dev/null
+++ b/audio/flac123/pkg-descr
@@ -0,0 +1,5 @@
+Flac123 is a console-line Free Lossless Audio Codec (flac) audio player.
+It implements mpg123's 'Remote Control' interface and has the ability to
+output to a wav file or stdout.
+
+WWW: http://flac-tools.sf.net
OpenPOWER on IntegriCloud