2016-11-04 11:35:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.52 2016/11/04 11:35:18 sthen Exp $
|
2001-03-14 01:58:25 +00:00
|
|
|
|
2007-09-15 21:26:00 +00:00
|
|
|
COMMENT= play, encode, and manage Ogg Vorbis files
|
2002-07-20 00:52:44 +00:00
|
|
|
|
2010-06-03 15:50:28 +00:00
|
|
|
DISTNAME= vorbis-tools-1.4.0
|
2016-11-04 11:35:18 +00:00
|
|
|
REVISION= 4
|
2001-03-14 01:58:25 +00:00
|
|
|
CATEGORIES= audio
|
2008-03-17 21:33:06 +00:00
|
|
|
HOMEPAGE= http://www.vorbis.com/
|
2001-03-14 01:58:25 +00:00
|
|
|
|
2001-03-20 15:25:33 +00:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2001-03-14 01:58:25 +00:00
|
|
|
|
2008-03-17 21:33:06 +00:00
|
|
|
# GPLv2
|
2001-03-14 01:58:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2016-11-04 11:35:18 +00:00
|
|
|
WANTLIB+= FLAC ao c crypto curl iconv intl m nghttp2 ogg pthread speex
|
|
|
|
WANTLIB+= ssl vorbis vorbisenc vorbisfile z
|
2001-03-14 01:58:25 +00:00
|
|
|
|
2016-11-04 11:35:18 +00:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
2016-04-07 16:05:48 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= audio/flac \
|
|
|
|
audio/libao \
|
|
|
|
audio/libvorbis \
|
2010-11-15 00:22:45 +00:00
|
|
|
audio/speex \
|
2016-04-07 16:05:48 +00:00
|
|
|
devel/gettext \
|
|
|
|
net/curl
|
2001-03-14 01:58:25 +00:00
|
|
|
|
2008-03-17 21:33:06 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-06-03 15:50:28 +00:00
|
|
|
CONFIGURE_ARGS= --without-kate
|
2002-02-03 22:05:03 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2012-08-22 20:14:05 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2001-03-14 01:58:25 +00:00
|
|
|
|
2002-07-20 00:52:44 +00: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-14 01:58:25 +00:00
|
|
|
.include <bsd.port.mk>
|