2012-12-18 22:29:04 +01:00
|
|
|
# Created by: t.vanklaveren@student.utwente.nl
|
2000-11-02 22:17:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vorbis-tools
|
2010-06-06 22:37:33 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2015-09-10 21:42:05 +02:00
|
|
|
PORTREVISION= 10
|
2002-07-20 17:29:27 +02:00
|
|
|
PORTEPOCH= 3
|
2000-11-02 22:17:27 +01:00
|
|
|
CATEGORIES= audio
|
2005-07-05 15:38:19 +02:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
2000-11-02 22:17:27 +01:00
|
|
|
|
2001-11-03 23:22:34 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2003-02-21 13:52:52 +01:00
|
|
|
COMMENT= Play, encode, and manage Ogg Vorbis files
|
2000-11-02 22:17:27 +01:00
|
|
|
|
2015-05-17 18:01:36 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libao.so:audio/libao \
|
|
|
|
libcurl.so:ftp/curl \
|
|
|
|
libFLAC.so:audio/flac \
|
|
|
|
libkate.so:multimedia/libkate \
|
|
|
|
libspeex.so:audio/speex \
|
|
|
|
libvorbis.so:audio/libvorbis
|
2013-09-28 17:30:08 +02:00
|
|
|
|
2015-05-17 18:01:36 +02:00
|
|
|
USES= cpe iconv pkgconfig
|
|
|
|
CPE_VENDOR= xiph
|
2008-03-13 21:36:53 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-03-25 22:37:39 +01:00
|
|
|
CONFIGURE_ENV= PTHREAD_LIBS="-lpthread"
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2000-11-02 22:17:27 +01:00
|
|
|
|
2013-09-28 17:30:08 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
2012-12-18 22:29:04 +01:00
|
|
|
|
2013-09-28 17:30:08 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2002-07-20 17:29:27 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-09-28 17:30:08 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/vorbis-tools
|
2002-07-20 17:29:27 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \
|
2013-09-28 17:30:08 +02:00
|
|
|
${STAGEDIR}${PREFIX}/share/examples/vorbis-tools/ogg123rc
|
2001-07-19 08:29:35 +02:00
|
|
|
|
2000-11-02 22:17:27 +01:00
|
|
|
.include <bsd.port.mk>
|