openbsd-ports/audio/libvorbis/Makefile

32 lines
841 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.29 2009/11/24 21:43:14 naddy Exp $
COMMENT= audio compression codec library
2002-07-19 20:52:44 -04:00
2009-07-13 11:48:55 -04:00
DISTNAME= libvorbis-1.2.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
2006-07-19 09:41:02 -04:00
HOMEPAGE= http://www.xiph.org/vorbis/
2009-07-13 11:48:55 -04:00
SHARED_LIBS += vorbis 7.0 # .4.3
SHARED_LIBS += vorbisfile 6.0 # .6.2
SHARED_LIBS += vorbisenc 3.0 # .2.6
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
# no inter-library dependency, but we still build against the API
2009-07-13 11:48:55 -04:00
LIB_DEPENDS= ogg.>=6::audio/libogg
2005-10-18 19:24:25 -04:00
USE_LIBTOOL= Yes
2003-10-08 12:01:45 -04:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --with-ogg=${LOCALBASE}
2003-10-08 12:01:45 -04:00
SEPARATE_BUILD= simple
.include <bsd.port.mk>