2010-10-18 18:43:10 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2010/10/18 22:43:10 sthen Exp $
|
2001-03-13 20:57:10 -05:00
|
|
|
|
2007-07-30 11:29:35 -04:00
|
|
|
COMMENT= audio compression codec library
|
2002-07-19 20:52:44 -04:00
|
|
|
|
2010-06-03 11:48:36 -04:00
|
|
|
DISTNAME= libvorbis-1.3.1
|
2001-03-13 20:57:10 -05:00
|
|
|
CATEGORIES= audio
|
2006-07-19 09:41:02 -04:00
|
|
|
HOMEPAGE= http://www.xiph.org/vorbis/
|
2010-06-03 11:48:36 -04:00
|
|
|
SHARED_LIBS += vorbis 8.0 # .4.4
|
2009-07-13 11:48:55 -04:00
|
|
|
SHARED_LIBS += vorbisfile 6.0 # .6.2
|
2010-06-03 11:48:36 -04:00
|
|
|
SHARED_LIBS += vorbisenc 3.1 # .2.7
|
2001-03-13 20:57:10 -05:00
|
|
|
|
2001-03-20 10:25:33 -05:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2001-03-13 20:57:10 -05:00
|
|
|
|
2001-08-20 17:53:56 -04:00
|
|
|
# BSD
|
2001-03-13 20:57:10 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-09-30 15:39:56 -04:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
2001-03-13 20:57:10 -05:00
|
|
|
|
2005-12-03 16:15:51 -05:00
|
|
|
# no inter-library dependency, but we still build against the API
|
2010-10-18 18:43:10 -04:00
|
|
|
WANTLIB += ogg.>=6
|
|
|
|
LIB_DEPENDS= ::audio/libogg
|
2001-03-13 20:57:10 -05:00
|
|
|
|
2005-10-18 19:24:25 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2003-10-08 12:01:45 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2003-12-13 19:52:21 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --with-ogg=${LOCALBASE}
|
2003-10-08 12:01:45 -04:00
|
|
|
SEPARATE_BUILD= simple
|
2001-03-13 20:57:10 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|