aa1d52749c
TwoLAME is an optimized MPEG Audio Layer 2 encoder It is based heavily on: - tooLAME by Michael Cheng - the ISO dist10 code - improvement to algorithms as part of the LAME project (lame.sf.net) WWW: http://twolame.sf.net/
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# New ports collection makefile for: twolame
|
|
# Date created: 2005-05-02
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twolame
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= MPEG Audio Layer 2 encoder
|
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
USE_LIBTOOL_VER=15
|
|
USE_GNOME= gnomehack gnometarget
|
|
INSTALLS_SHLIB= yes
|
|
MAN1= twolame.1
|
|
|
|
.include <bsd.port.mk>
|