2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2005-05-02 06:40:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twolame
|
2019-10-18 10:54:10 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2005-05-02 06:40:45 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF \
|
2006-01-26 23:26:36 +01:00
|
|
|
http://www.ecs.soton.ac.uk/~njh/twolame/
|
2009-08-22 02:13:26 +02:00
|
|
|
|
2006-06-09 20:00:35 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2005-05-02 06:40:45 +02:00
|
|
|
COMMENT= MPEG Audio Layer 2 encoder
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
|
|
|
libFLAC.so:audio/flac \
|
|
|
|
libvorbis.so:audio/libvorbis \
|
|
|
|
libogg.so:audio/libogg
|
2005-05-02 06:40:45 +02:00
|
|
|
|
2014-08-20 14:27:19 +02:00
|
|
|
USES= gmake pathfix pkgconfig libtool
|
2007-01-03 01:19:35 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-09-22 12:09:52 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2005-05-02 06:40:45 +02:00
|
|
|
|
2007-01-03 01:19:35 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| -O3||g' \
|
|
|
|
${WRKSRC}/configure
|
2006-01-28 20:33:42 +01:00
|
|
|
|
2007-01-03 01:19:35 +01:00
|
|
|
.include <bsd.port.mk>
|