890a28017c
encoder/player to demonstrate use of libvorbis and documentation on the Ogg Vorbis audio coding format.
24 lines
537 B
Makefile
24 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/14 01:57:10 todd Exp $
|
|
|
|
DISTNAME= libvorbis-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/
|
|
|
|
LIB_DEPENDS= ogg.1::audio/libogg
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
|
--with-ogg-prefix=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|