freebsd-ports/audio/libvorbis/Makefile

33 lines
748 B
Makefile
Raw Normal View History

# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
PORTNAME= libvorbis
PORTVERSION= 1.3.4
PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
2003-02-21 13:52:52 +01:00
COMMENT= Audio compression codec library
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
USES= libtool pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
--disable-docs # don't rebuild
2013-05-22 17:29:09 +02:00
OPTIONS_DEFINE= DOCS
post-stage:
${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4
${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6
regression-test: build
2013-12-17 17:01:38 +01:00
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk>