freebsd-ports/audio/libogg/Makefile
Trevor Johnson c90c2320b1 Change maintainer for libao, libogg, libvorbis, and vorbis. Improve
use of autoconf and automake.  Support NOPORTDOCS.  Respect CFLAGS.
Fix libvorbis encoder on Alpha.  Install documentation in proper
places.

Approved by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
		(outgoing maintainer), Christian Weisgerber
		<naddy@mips.inka.de> (new maintainer)
2001-03-23 22:21:39 +00:00

21 lines
466 B
Makefile

# New ports collection makefile for: libogg
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libogg
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= Christian Weisgerber <naddy@mips.inka.de>
USE_LIBTOOL= yes
.include <bsd.port.mk>