openbsd-ports/audio/libvorbis/Makefile
naddy d0dd452258 - Remove inter-library dependency on libogg.
- Bump libvorbis major version.
- Skip building examples which aren't installed anyway.
2005-01-30 17:12:02 +00:00

28 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.16 2005/01/30 17:12:02 naddy Exp $
COMMENT= "audio compression codec library"
DISTNAME= libvorbis-1.1.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
LIB_DEPENDS= ogg.5::audio/libogg
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --with-ogg=${LOCALBASE}
SEPARATE_BUILD= simple
.include <bsd.port.mk>