sthen c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00

39 lines
934 B
Makefile

# $OpenBSD: Makefile,v 1.52 2016/11/04 11:35:18 sthen Exp $
COMMENT= play, encode, and manage Ogg Vorbis files
DISTNAME= vorbis-tools-1.4.0
REVISION= 4
CATEGORIES= audio
HOMEPAGE= http://www.vorbis.com/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= FLAC ao c crypto curl iconv intl m nghttp2 ogg pthread speex
WANTLIB+= ssl vorbis vorbisenc vorbisfile z
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
LIB_DEPENDS= audio/flac \
audio/libao \
audio/libvorbis \
audio/speex \
devel/gettext \
net/curl
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-kate
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
SEPARATE_BUILD= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vorbis-tools
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \
${PREFIX}/share/examples/vorbis-tools/ogg123rc
.include <bsd.port.mk>