summaryrefslogtreecommitdiffstats
path: root/audio/libvorbis/Makefile
blob: 2227fd0e881cef6ec80f6b7b35a4219b0d1182df (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
# New ports collection makefile for:	libvorbis
# Date created:				18 October 2000
# Whom:					t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#

PORTNAME=	libvorbis
PORTVERSION=	1.0b4
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	audio
MASTER_SITES=	http://www.vorbis.com/files/beta4/unix/ \
		http://home.student.utwente.nl/t.vanklaveren/distfiles/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}

MAINTAINER=	Christian Weisgerber <naddy@mips.inka.de>

LIB_DEPENDS=	ogg.1:${PORTSDIR}/audio/libogg

USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--with-ogg-prefix=${LOCALBASE}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>
OpenPOWER on IntegriCloud