openbsd-ports/audio/libvorbis/Makefile

31 lines
725 B
Makefile
Raw Normal View History

2006-01-10 06:21:21 -05:00
# $OpenBSD: Makefile,v 1.21 2006/01/10 11:21:21 espie Exp $
2001-03-25 17:04:07 -05:00
COMMENT= "audio compression codec library"
2002-07-19 20:52:44 -04:00
DISTNAME= libvorbis-1.1.2
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
SHARED_LIBS= vorbis 5.1 \
vorbisenc 2.2 \
vorbisfile 4.1
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
LIB_DEPENDS= ogg.5::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>