1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/twolame/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

31 lines
575 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.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= sndfile.1:${PORTSDIR}/audio/libsndfile
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN1= twolame.1
post-patch:
@${REINPLACE_CMD} -e 's| -O3||g' \
${WRKSRC}/configure
.include <bsd.port.mk>