1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/multimedia/dtv/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
547 B
Makefile

# 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>