openbsd-ports/audio/libogg/Makefile
todd 1db90fa30f Ogg project codecs use the Ogg bitstream format to arrange the raw,
compressed bitstream into a more robust, useful form.  For example,
the Ogg bitstream makes seeking, time stamping and error recovery
possible, as well as mixing several sepearate, concurrent media
streams into a single physical bitstream.
2001-03-14 01:55:42 +00:00

21 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/03/14 01:55:42 todd Exp $
DISTNAME= libogg-1.0beta4
CATEGORIES= audio
NEED_VERSION= 1.359
HOMEPAGE= http://www.xiph.org/ogg/
MAINTAINER= Todd Fries <todd@fries.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.vorbis.com/files/beta4/unix/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
.include <bsd.port.mk>