e9bb6a9e5c
PR: 25738 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
27 lines
725 B
Makefile
27 lines
725 B
Makefile
# New ports collection makefile for: libvorbis
|
|
# Date created: 18 October 2000
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libvorbis
|
|
PORTVERSION= 1.0b4
|
|
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= t.vanklaveren@student.utwente.nl
|
|
|
|
LIB_DEPENDS= ogg.1:${PORTSDIR}/audio/libogg
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
AUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|