2000-11-02 22:17:27 +01:00
|
|
|
# New ports collection makefile for: vorbis-tools
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vorbis-tools
|
2010-06-06 22:37:33 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2010-06-07 04:30:24 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2010-06-06 22:37:33 +02:00
|
|
|
LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao \
|
2010-04-03 12:44:36 +02:00
|
|
|
curl.6:${PORTSDIR}/ftp/curl \
|
2008-04-07 22:37:23 +02:00
|
|
|
FLAC.10:${PORTSDIR}/audio/flac \
|
2010-06-06 22:37:33 +02:00
|
|
|
kate.3:${PORTSDIR}/multimedia/libkate \
|
2007-02-23 23:51:12 +01:00
|
|
|
speex.1:${PORTSDIR}/audio/speex \
|
2007-07-28 14:27:31 +02:00
|
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis
|
2000-11-02 22:17:27 +01:00
|
|
|
|
2008-03-13 21:36:53 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-02-03 23:07:46 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-09-20 16:22:45 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2009-03-24 15:47:42 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2000-11-02 22:17:27 +01:00
|
|
|
|
2010-06-06 22:37:33 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
USE_ICONV= yes
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2002-07-20 17:29:27 +02:00
|
|
|
MAN1= ogg123.1 oggdec.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/vorbis-tools
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \
|
|
|
|
${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>
|