openbsd-ports/audio/libogg/Makefile
naddy cd13f774ed Update to 1.1.2: This is a bugfix release to address a problem with
large packet assembly after seek. Vorbis is unlikely to trigger the
bug, but it is an issue for FLAC and Theora.
2004-09-23 22:46:06 +00:00

24 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.15 2004/09/23 22:46:06 naddy Exp $
COMMENT= "Ogg bitstream library"
DISTNAME= libogg-1.1.2
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
SEPARATE_BUILD= simple
.include <bsd.port.mk>