2010-11-14 19:22:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2010/11/15 00:22:49 espie Exp $
|
2001-03-13 20:58:25 -05:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= play, encode, and manage Ogg Vorbis files
|
2002-07-19 20:52:44 -04:00
|
|
|
|
2010-06-03 11:50:28 -04:00
|
|
|
DISTNAME= vorbis-tools-1.4.0
|
2001-03-13 20:58:25 -05:00
|
|
|
CATEGORIES= audio
|
2008-03-17 17:33:06 -04:00
|
|
|
HOMEPAGE= http://www.vorbis.com/
|
2001-03-13 20:58:25 -05:00
|
|
|
|
2001-03-20 10:25:33 -05:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2001-03-13 20:58:25 -05:00
|
|
|
|
2008-03-17 17:33:06 -04:00
|
|
|
# GPLv2
|
2001-03-13 20:58:25 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-10-18 18:43:10 -04:00
|
|
|
WANTLIB += c crypto idn m ogg pthread ssl z
|
2010-10-19 10:37:01 -04:00
|
|
|
WANTLIB += ao curl FLAC speex vorbis vorbisenc vorbisfile
|
2010-10-18 18:43:10 -04:00
|
|
|
|
2005-07-05 09:35:01 -04:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
2001-03-13 20:58:25 -05:00
|
|
|
|
2004-08-03 06:40:59 -04:00
|
|
|
MODULES= devel/gettext
|
2010-11-14 19:22:45 -05:00
|
|
|
LIB_DEPENDS= audio/libao \
|
|
|
|
net/curl \
|
|
|
|
audio/flac \
|
|
|
|
audio/speex \
|
|
|
|
audio/libvorbis
|
2001-03-13 20:58:25 -05:00
|
|
|
|
2010-10-18 18:43:10 -04:00
|
|
|
USE_GROFF= Yes
|
2005-10-18 19:24:25 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2008-03-17 17:33:06 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-06-03 11:50:28 -04:00
|
|
|
CONFIGURE_ARGS= --without-kate
|
2002-02-03 17:05:03 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-09-24 17:25:14 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
PTHREAD_CFLAGS="-pthread" PTHREAD_LIBS="-pthread"
|
2003-10-08 12:01:45 -04:00
|
|
|
SEPARATE_BUILD= simple
|
2001-03-13 20:58:25 -05:00
|
|
|
|
2002-07-19 20:52:44 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vorbis-tools
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \
|
|
|
|
${PREFIX}/share/examples/vorbis-tools/ogg123rc
|
|
|
|
|
2001-03-13 20:58:25 -05:00
|
|
|
.include <bsd.port.mk>
|