340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# New ports collection makefile for: dtv
|
|
# Date created: 10 Feb 2002
|
|
# Whom: dillon
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dtv
|
|
PORTVERSION= 0.50
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USE_XORG= xau x11 xext xxf86dga
|
|
NOT_FOR_ARCHS= sparc64
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|