blob: c389bcb556915c9999e0136df7745f2c6516e901 (
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
|
# New ports collection makefile for: dtv
# Date created: 10 Feb 2002
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= dtv
PORTVERSION= 0.50
PORTREVISION= 1
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
NOT_FOR_ARCHS= sparc64
post-patch:
@${REINPLACE_CMD} 's|^\(LDADD +=.*\)|\1 -lXau -lXdmcp|' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|