21a6eb6a66
Parts/help/input from brad@
28 lines
672 B
Makefile
28 lines
672 B
Makefile
# $OpenBSD: Makefile,v 1.38 2013/03/27 16:37:09 naddy Exp $
|
|
|
|
COMMENT= audio compression codec library
|
|
|
|
DISTNAME= libvorbis-1.3.3
|
|
REVISION= 0
|
|
CATEGORIES= audio
|
|
HOMEPAGE= http://www.xiph.org/vorbis/
|
|
SHARED_LIBS += vorbis 8.0 # .4.6
|
|
SHARED_LIBS += vorbisfile 6.0 # .6.5
|
|
SHARED_LIBS += vorbisenc 3.1 # .2.9
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
|
|
|
WANTLIB= m ogg
|
|
LIB_DEPENDS= audio/libogg
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --with-ogg=${LOCALBASE}
|
|
SEPARATE_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|