openbsd-ports/audio/vorbis-tools/Makefile

39 lines
1.0 KiB
Makefile
Raw Normal View History

2004-11-21 12:51:44 -05:00
# $OpenBSD: Makefile,v 1.24 2004/11/21 17:51:47 espie Exp $
2001-03-25 17:04:07 -05:00
COMMENT= "play, encode, and manage Ogg Vorbis files"
2002-07-19 20:52:44 -04:00
DISTNAME= vorbis-tools-1.0.1
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 12:51:44 -05:00
WANTLIB= c crypto m ogg pthread ssl z
MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/
MODULES= devel/gettext
LIB_DEPENDS= ao.3::audio/libao \
2002-02-03 17:05:03 -05:00
curl.2::net/curl \
2004-09-14 19:15:30 -04:00
FLAC.5,OggFLAC::audio/flac \
speex.2::audio/speex \
2002-07-19 20:52:44 -04:00
vorbis.2,vorbisenc.2,vorbisfile.3::audio/libvorbis
2003-09-24 17:25:14 -04:00
CONFIGURE_STYLE=gnu
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
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
.include <bsd.port.mk>