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