freebsd-ports/multimedia/ffmpeg2theora/Makefile
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

28 lines
716 B
Makefile

# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= ffmpeg2theora
PORTVERSION= 0.30
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/downloads/
MAINTAINER= wg@FreeBSD.org
COMMENT= Reencode many media file formats to Ogg Theora
LICENSE= GPLv3
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libkate.so:multimedia/libkate \
libtheora.so:multimedia/libtheora
USES= iconv pkgconfig scons:python2 tar:bzip2
MAKE_ARGS= APPEND_CCFLAGS="${CFLAGS} ${CPPFLAGS}" \
APPEND_LINKFLAGS="${LDFLAGS} ${LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
PLIST_FILES= bin/ffmpeg2theora man/man1/ffmpeg2theora.1.gz
.include <bsd.port.mk>