mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
8337fc6d5f
Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers.
29 lines
600 B
Makefile
29 lines
600 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twolame
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF \
|
|
http://www.ecs.soton.ac.uk/~njh/twolame/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= MPEG Audio Layer 2 encoder
|
|
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
|
libFLAC.so:audio/flac \
|
|
libvorbis.so:audio/libvorbis \
|
|
libogg.so:audio/libogg
|
|
|
|
USES= gmake pathfix pkgconfig libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -O3||g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|