mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
5c1aa60680
Submitted by: tijl
29 lines
604 B
Makefile
29 lines
604 B
Makefile
# Created by: t.vanklaveren@student.utwente.nl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvorbis
|
|
PORTVERSION= 1.3.4
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Audio compression codec library
|
|
|
|
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
|
|
|
USES= libtool:oldver pathfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
|
|
--disable-docs # don't rebuild
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
|
|
|
.include <bsd.port.mk>
|