2000-11-02 22:15:11 +01:00
|
|
|
# New ports collection makefile for: libvorbis
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvorbis
|
2002-01-16 15:42:33 +01:00
|
|
|
PORTVERSION= 1.0.r3
|
2002-01-27 13:50:50 +01:00
|
|
|
PORTREVISION= 1
|
2001-07-19 08:29:35 +02:00
|
|
|
PORTEPOCH= 2
|
2000-11-02 22:15:11 +01:00
|
|
|
CATEGORIES= audio
|
2002-01-16 15:42:33 +01:00
|
|
|
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
|
2002-01-21 17:18:42 +01:00
|
|
|
http://www.vorbis.com/files/rc3/unix/ \
|
2002-01-16 15:42:33 +01:00
|
|
|
http://www.oddsock.org/vorbisrc3/files/rc3/unix/
|
2001-07-19 08:29:35 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
2000-11-02 22:15:11 +01:00
|
|
|
|
2001-11-03 23:22:34 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2000-11-02 22:15:11 +01:00
|
|
|
|
2002-01-16 15:42:33 +01:00
|
|
|
LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg
|
2000-11-29 11:08:19 +01:00
|
|
|
|
2002-01-16 15:42:33 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
|
2002-01-27 13:50:50 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-11-29 11:08:19 +01:00
|
|
|
|
2001-07-19 08:29:35 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= DOC=""
|
|
|
|
.else
|
|
|
|
MAKE_ENV= DOC=doc
|
|
|
|
.endif
|
|
|
|
|
2000-11-02 22:15:11 +01:00
|
|
|
.include <bsd.port.mk>
|