summaryrefslogtreecommitdiff
path: root/multimedia/dtv/Makefile
blob: 92a71ef69ae41172be07b35e28181972e82c1623 (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
# New ports collection makefile for:    dtv
# Date created:         10 Feb 2002
# Whom:                 dillon
#
# $FreeBSD$
#

PORTNAME=	dtv
PORTVERSION=	0.50
CATEGORIES=	multimedia
MASTER_SITES=	http://apollo.backplane.com/FreeBSDPorts/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A client/server based TV capture/display program

RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84

ONLY_FOR_ARCHS=	alpha i386 ia64

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
IGNORE=		"cannot be build on alpha 4.x, which does not have bktr hardware support"
.endif

.include <bsd.port.post.mk>