43 lines
1021 B
Makefile
Raw Normal View History

2012-08-22 20:14:05 +00:00
# $OpenBSD: Makefile,v 1.46 2012/08/22 20:14:06 naddy Exp $
COMMENT= play, encode, and manage Ogg Vorbis files
2002-07-20 00:52:44 +00:00
DISTNAME= vorbis-tools-1.4.0
REVISION= 0
CATEGORIES= audio
HOMEPAGE= http://www.vorbis.com/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-18 22:43:10 +00:00
WANTLIB += c crypto idn m ogg pthread ssl z
WANTLIB += ao curl FLAC speex vorbis vorbisenc vorbisfile
2010-10-18 22:43:10 +00:00
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MODULES= devel/gettext
LIB_DEPENDS= audio/libao \
net/curl \
audio/flac \
audio/speex \
audio/libvorbis
2005-10-18 23:24:25 +00:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
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"
SEPARATE_BUILD= Yes
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
.include <bsd.port.mk>