blob: 30bc100a352a13acbd2bf0130f555540cf5edbb9 (
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
29
30
31
|
# New ports collection makefile for: ffmpeg2theora
# Date created: Sat 19 Oct 2008
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= ffmpeg2theora
PORTVERSION= 0.28
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Reencode many media file formats to Ogg Theora
LICENSE= GPLv3
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
theora.0:${PORTSDIR}/multimedia/libtheora \
kate.4:${PORTSDIR}/multimedia/libkate
USE_BZIP2= yes
USE_SCONS= yes
SCONS_ENV+= APPEND_LINKFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
APPEND_CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include"
MAN1= ffmpeg2theora.1
PLIST_FILES= bin/ffmpeg2theora
.include <bsd.port.mk>
|