diff options
author | sada <sada@FreeBSD.org> | 1998-12-01 22:33:47 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-01 22:33:47 +0000 |
commit | fc89166acf19d1a01352a909da8d8216c354894e (patch) | |
tree | 950c2b948be83a65454c31caf7c99c6426b977a2 /audio/lame/Makefile | |
parent | 024f00c4ad185d2fab321ea6a736b49a2d7c5149 (diff) | |
download | FreeBSD-ports-fc89166acf19d1a01352a909da8d8216c354894e.zip FreeBSD-ports-fc89166acf19d1a01352a909da8d8216c354894e.tar.gz |
New import: ports/audio/lamer
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile new file mode 100644 index 0000000..6039b13 --- /dev/null +++ b/audio/lame/Makefile @@ -0,0 +1,30 @@ +# ports collection makefile for: lame +# Version required: 2.1f +# Date created: November 1998 +# Whom: yoshiaki Uchikawa +# +# $Id:$ +# + +DISTNAME= dist10 +PKGNAME= lamer-2.1f +CATEGORIES= audio +MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg2/software/technical_report/ \ + ftp://ftp.deva.net/pub/sources/sound/codecs/mpeg/ + +PATCH_SITES= http://student.uq.edu.au/~s302585/lame/files/ +PATCHFILES= dist10patch-2.1f.gz + +MAINTAINER= yoshiaki@kt.rim.or.jp + +PATCH_DIST_STRIP = -p1 + +WRKSRC= ${WRKDIR}/dist10/lsf/encoder/ +USE_GMAKE= YES +ALL_TARGET= lamer +RESTRICTED= Condition is not clear + +do-install: + ( cd ${WRKSRC}; ${INSTALL_PROGRAM} lamer ${PREFIX}/bin ) + +.include <bsd.port.mk> |