blob: 8d79ea9a18eeec6686caf824d0e4b95df572d310 (
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
32
33
34
35
36
37
38
|
PORTNAME= fxtv
PORTVERSION= 1.03
PORTREVISION= 13
CATEGORIES= multimedia
MASTER_SITES= LOCAL/sanpei
MAINTAINER= ports@FreeBSD.org
COMMENT= X11-based TV display and capture application (for use with bt848 driver)
LICENSE= BSD2CLAUSE
.if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
IGNORE= needs bktr(4) which is no longer available on your FreeBSD version
.endif
ONLY_FOR_ARCHS= amd64 i386
LIB_DEPENDS= libtiff.so:graphics/tiff \
libXaw3d.so:x11-toolkits/Xaw3d
USES= gmake jpeg tar:tgz xorg
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga
MAKE_FLAGS= -e
OPTIONS_DEFINE= EXTRA
EXTRA_DESC= Extra programs required to record/playback/save
# This program does not actually require the programs below unless you
# use audio/video recording and/or playback and save to a non-raw format.
EXTRA_RUN_DEPENDS= sox:audio/sox \
mpg123:audio/mpg123 \
mpeg_encode:multimedia/mpeg_encode \
mplex:multimedia/mplex
pre-install:
@${CP} -p ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
.include <bsd.port.mk>
|