1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/audio/twolame/Makefile
Baptiste Daroussin de01d73afc stagify
2013-10-04 20:12:51 +00:00

24 lines
473 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= twolame
PORTVERSION= 0.3.13
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:${PORTSDIR}/audio/libsndfile
USES= gmake pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's| -O3||g' \
${WRKSRC}/configure
.include <bsd.port.mk>