blob: ba16096bab47da28e9192386eae5339773ffc771 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
PORTNAME= libvorbis
PORTVERSION= 1.3.4
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= pathfix tar:xz
USE_AUTOTOOLS= libtool
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>
|