2000-11-02 16:15:11 -05:00
|
|
|
# New ports collection makefile for: libvorbis
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvorbis
|
2001-08-26 21:26:34 -04:00
|
|
|
PORTVERSION= 1.0.r2
|
2001-07-19 02:29:35 -04:00
|
|
|
PORTEPOCH= 2
|
2000-11-02 16:15:11 -05:00
|
|
|
CATEGORIES= audio
|
2001-08-26 21:26:34 -04:00
|
|
|
MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
|
2001-07-19 02:29:35 -04:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
2000-11-02 16:15:11 -05:00
|
|
|
|
2001-11-03 17:22:34 -05:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2000-11-02 16:15:11 -05:00
|
|
|
|
2001-07-19 02:29:35 -04:00
|
|
|
LIB_DEPENDS= ogg.2:${PORTSDIR}/audio/libogg
|
2000-11-29 05:08:19 -05:00
|
|
|
|
2000-11-02 16:15:11 -05:00
|
|
|
USE_LIBTOOL= yes
|
2001-03-12 11:53:12 -05:00
|
|
|
CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE}
|
2000-11-29 05:08:19 -05:00
|
|
|
|
2001-07-19 02:29:35 -04:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= DOC=""
|
|
|
|
.else
|
|
|
|
MAKE_ENV= DOC=doc
|
|
|
|
.endif
|
|
|
|
|
2000-11-02 16:15:11 -05:00
|
|
|
.include <bsd.port.mk>
|