9f49d35673
vorbis-tools and the vorbis meta-port to 1.0rc2. This version supports "channel coupling" for more efficient compression of stereo material. Submitted by: Christian Weisgerber (maintainer)
25 lines
454 B
Makefile
25 lines
454 B
Makefile
# New ports collection makefile for: libogg
|
|
# Date created: 18 October 2000
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libogg
|
|
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@mips.inka.de
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.if defined(NOPORTDOCS)
|
|
MAKE_ENV= DOC=""
|
|
.else
|
|
MAKE_ENV= DOC=doc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|