Tweak multimedia/mlt version 6.4.1_2
[dports.git] / multimedia / fxtv / Makefile
1 # Created by: Randall Hopper <aa8vb@nc.rr.com>
2 # $FreeBSD$
3
4 PORTNAME=       fxtv
5 PORTVERSION=    1.03
6 PORTREVISION=   12
7 CATEGORIES=     multimedia
8 MASTER_SITES=   LOCAL/sanpei
9
10 MAINTAINER=     sanpei@FreeBSD.org
11 COMMENT=        X11-based TV display and capture application (for use with bt848 driver)
12
13 ONLY_FOR_ARCHS= i386 ia64 amd64
14
15 LIB_DEPENDS=    libtiff.so:graphics/tiff \
16                 libXaw3d.so:x11-toolkits/Xaw3d
17
18 USES=           gmake tar:tgz
19 MAKE_ENV=       X11BASE=${LOCALBASE}
20 USE_XORG=       ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga
21 MAKE_FLAGS=     -e
22
23 OPTIONS_DEFINE= EXTRA
24 EXTRA_DESC=     Extra programs required to record/playback/save
25
26 # This program does not actually require the programs below unless you
27 # use audio/video recording and/or playback and save to a non-raw format.
28 EXTRA_RUN_DEPENDS=      sox:audio/sox \
29                         mpg123:audio/mpg123 \
30                         mpeg_encode:multimedia/mpeg_encode \
31                         mplex:multimedia/mplex
32
33 pre-install:
34         ${CP} -p ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
35
36 .include <bsd.port.mk>