mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
547 B
Makefile
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>
|