2009-02-07 16:07:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2009/02/07 16:07:53 naddy Exp $
|
2001-03-14 01:57:10 +00:00
|
|
|
|
2007-07-30 15:29:35 +00:00
|
|
|
COMMENT= audio compression codec library
|
2002-07-20 00:52:44 +00:00
|
|
|
|
2007-07-30 15:29:35 +00:00
|
|
|
DISTNAME= libvorbis-1.2.0
|
2009-02-07 16:07:53 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2001-03-14 01:57:10 +00:00
|
|
|
CATEGORIES= audio
|
2006-07-19 13:41:02 +00:00
|
|
|
HOMEPAGE= http://www.xiph.org/vorbis/
|
2007-07-30 15:29:35 +00:00
|
|
|
SHARED_LIBS += vorbis 6.0 # .4.0
|
|
|
|
SHARED_LIBS += vorbisfile 5.0 # .5.0
|
|
|
|
SHARED_LIBS += vorbisenc 2.3 # .2.3
|
2001-03-14 01:57:10 +00:00
|
|
|
|
2001-03-20 15:25:33 +00:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2001-03-14 01:57:10 +00:00
|
|
|
|
2001-08-20 21:53:56 +00:00
|
|
|
# BSD
|
2001-03-14 01:57:10 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-09-30 19:39:56 +00:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
2001-03-14 01:57:10 +00:00
|
|
|
|
2005-12-03 21:15:51 +00:00
|
|
|
# no inter-library dependency, but we still build against the API
|
2006-08-01 12:13:28 +00:00
|
|
|
LIB_DEPENDS= ogg.>=5::audio/libogg
|
2001-03-14 01:57:10 +00:00
|
|
|
|
2005-10-18 23:24:25 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2003-10-08 16:01:45 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2003-12-14 00:52:21 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --with-ogg=${LOCALBASE}
|
2003-10-08 16:01:45 +00:00
|
|
|
SEPARATE_BUILD= simple
|
2001-03-14 01:57:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|