freebsd-ports/multimedia/fxtv/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

36 lines
1,018 B
Makefile

# Created by: Randall Hopper <aa8vb@nc.rr.com>
# $FreeBSD$
PORTNAME= fxtv
PORTVERSION= 1.03
PORTREVISION= 11
CATEGORIES= multimedia
MASTER_SITES= LOCAL/sanpei
MAINTAINER= sanpei@FreeBSD.org
COMMENT= X11-based TV display and capture application (for use with bt848 driver)
ONLY_FOR_ARCHS= i386 ia64 amd64
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
USES= gmake tar:tgz
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:${PORTSDIR}/audio/sox \
mpg123:${PORTSDIR}/audio/mpg123 \
mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \
mplex:${PORTSDIR}/multimedia/mplex
pre-install:
${CP} -p ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
.include <bsd.port.mk>