summaryrefslogtreecommitdiff
path: root/audio/twolame/Makefile
blob: 9e8c1a46c7e96767c8ab03ce923a6d26c3febd4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	twolame
# Date created:		2005-05-02
# Whom:			Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	twolame
PORTVERSION=	0.3.6
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://www.ecs.soton.ac.uk/~njh/twolame/
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ahze@FreeBSD.org
COMMENT=	MPEG Audio Layer 2 encoder

LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile

USE_AUTOTOOLS=	libtool:15
USE_GNOME=	gnomehack gnometarget
INSTALLS_SHLIB=	yes
MAN1=		twolame.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=	Incorrect plist
.endif

.include <bsd.port.post.mk>