diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 02:59:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 02:59:39 +0000 |
commit | 83d80f056a3c28e69a02c2c512c4fc5a39daf5f6 (patch) | |
tree | a0e19817b585141b90b4bc0fd66b16a5a9c1e52a /audio/tta/Makefile | |
parent | 82288be20367a954623fc449bf296a76854d57b0 (diff) | |
download | ports-83d80f056a3c28e69a02c2c512c4fc5a39daf5f6.tar.gz ports-83d80f056a3c28e69a02c2c512c4fc5a39daf5f6.zip |
Notes
Diffstat (limited to 'audio/tta/Makefile')
-rw-r--r-- | audio/tta/Makefile | 22 |
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> |