freebsd-ports/audio/libvorbis/Makefile
Christian Weisgerber 4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00

29 lines
551 B
Makefile

# New ports collection makefile for: libvorbis
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libvorbis
PORTVERSION= 1.0.r2
PORTEPOCH= 2
CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= naddy@FreeBSD.org
LIB_DEPENDS= ogg.2:${PORTSDIR}/audio/libogg
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE}
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""
.else
MAKE_ENV= DOC=doc
.endif
.include <bsd.port.mk>