1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/twolame/Makefile

32 lines
588 B
Makefile
Raw Normal View History

# New ports collection makefile for: twolame
# Date created: 2005-05-02
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= twolame
2008-02-05 14:41:23 +00:00
PORTVERSION= 0.3.12
CATEGORIES= audio
MASTER_SITES= SF \
2006-01-26 22:26:36 +00:00
http://www.ecs.soton.ac.uk/~njh/twolame/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG Audio Layer 2 encoder
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN1= twolame.1
post-patch:
@${REINPLACE_CMD} -e 's| -O3||g' \
${WRKSRC}/configure
.include <bsd.port.mk>