2012-12-18 22:29:04 +01:00
|
|
|
# Created by: t.vanklaveren@student.utwente.nl
|
2000-11-02 22:15:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libvorbis
|
2018-03-16 22:07:55 +01:00
|
|
|
PORTVERSION= 1.3.6
|
2002-07-20 17:29:27 +02:00
|
|
|
PORTEPOCH= 3
|
2000-11-02 22:15:11 +01:00
|
|
|
CATEGORIES= audio
|
2018-02-27 14:03:48 +01:00
|
|
|
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \
|
|
|
|
https://download.videolan.org/videolan/testing/contrib/vorbis/
|
2000-11-02 22:15:11 +01:00
|
|
|
|
2001-11-03 23:22:34 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2003-02-21 13:52:52 +01:00
|
|
|
COMMENT= Audio compression codec library
|
2000-11-02 22:15:11 +01:00
|
|
|
|
2018-05-08 11:03:59 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg
|
2000-11-29 11:08:19 +01:00
|
|
|
|
2014-12-08 17:48:38 +01:00
|
|
|
USES= libtool pathfix tar:xz
|
2012-02-05 21:03:20 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-03-05 21:29:43 +01:00
|
|
|
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
|
|
|
|
INSTALL_TARGET= install-strip
|
2015-10-13 22:07:54 +02:00
|
|
|
TEST_TARGET= check
|
2000-11-29 11:08:19 +01:00
|
|
|
|
2013-05-22 17:29:09 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-12-02 12:58:21 +01:00
|
|
|
post-install:
|
2015-03-05 21:29:43 +01:00
|
|
|
cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis
|
2014-12-08 17:48:38 +01:00
|
|
|
|
2000-11-02 22:15:11 +01:00
|
|
|
.include <bsd.port.mk>
|