freebsd-ports/audio/lame/Makefile
SADA Kenji 69ea4c6315 This is a null commit to record the notation about the imported software.
(I'm sorry I have forgotton)
==
LAME stands for LAME Ain't an Mp3 Encoder.

The dist10patch is totally incapable of producing an mp3
stream. It is incapable of even being compiled by itself.
It is patch for dist10 ISO distribution.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1998-12-02 22:52:36 +00:00

31 lines
764 B
Makefile

# ports collection makefile for: lame
# Version required: 2.1f
# Date created: November 1998
# Whom: yoshiaki Uchikawa
#
# $Id: Makefile,v 1.1.1.1 1998/12/01 22:33:47 sada Exp $
#
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>