blob: 30d6788cadd4991bc1e61a1a98444c0fee420433 (
plain)
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
|
# 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
USE_XLIB= yes
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>
|