aboutsummaryrefslogtreecommitdiff
path: root/audio/tta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tta/Makefile')
-rw-r--r--audio/tta/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
new file mode 100644
index 000000000000..cb353e8199e5
--- /dev/null
+++ b/audio/tta/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: tta
+# Date created: 10 Aug 2004
+# Whom: dieringe
+#
+# $FreeBSD$
+#
+
+PORTNAME= tta
+PORTVERSION= 3.2
+CATEGORIES= audio
+MASTER_SITES= http://www.true-audio.com/ftp/
+DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
+
+MAINTAINER= dieringe@zedat.fu-berlin.de
+COMMENT= "The True Audio Encoder", lossless (de)compressor
+
+USE_ZIP= yes
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}
+ALL_TARGET=
+
+.include <bsd.port.mk>