freebsd-ports/multimedia/dtv/Makefile

26 lines
547 B
Makefile
Raw Normal View History

# New ports collection makefile for: dtv
# Date created: 10 Feb 2002
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= dtv
PORTVERSION= 0.50
PORTREVISION= 1
CATEGORIES= multimedia
2004-02-01 20:04:25 +01:00
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= A client/server based TV capture/display program
2004-04-12 00:32:40 +02:00
USE_XLIB= yes
2004-02-01 20:04:25 +01:00
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>