mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5163781803
While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
26 lines
487 B
Makefile
26 lines
487 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= sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
USES= gmake pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= twolame.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -O3||g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|