freebsd-ports/multimedia/fxtv/Makefile
Sergey A. Osokin dfff5c136b Since the bktr(4) driver does not exist on every
FreeBSD platform, this port needs to be restricted
to those which are supported.

Submitted by:	Simon Barner <barner@in.tum.de>
PR:		58334
2003-10-21 15:09:23 +00:00

48 lines
1.1 KiB
Makefile

# New ports collection makefile for: fxtv
# Date created: Thu Nov 4 19:54:04 EST 1999
# Whom: Randall Hopper <aa8vb@nc.rr.com>
#
# $FreeBSD$
#
PORTNAME= fxtv
PORTVERSION= 1.03
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= rhh
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= X-based TV Display and Capture Application (for use with bt848 driver)
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
# 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.
#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
# mpg123:${PORTSDIR}/audio/mpg123 \
# mpeg_musicin:${PORTSDIR}/audio/mpegaudio \
# mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \
# mplex:${PORTSDIR}/multimedia/mplex
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
MAKE_FLAGS= -e
MAN1= fxtv.1
.include <bsd.port.pre.mk>
pre-everything::
.if ${OSVERSION} < 500000
ONLY_FOR_ARCHS= i386
.else
ONLY_FOR_ARCHS= alpha i386 ia64
.endif
pre-install:
${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
.include <bsd.port.post.mk>