4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
34 lines
782 B
Makefile
34 lines
782 B
Makefile
# New ports collection makefile for: videotext
|
|
# Date created: Tue June 8 15:11:00 BST 1999
|
|
# Whom: Roger Hardiman <roger@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= videotext
|
|
PORTVERSION= 0.6.19991029
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/
|
|
|
|
MAINTAINER= roger@FreeBSD.org
|
|
COMMENT= X11/Xview TV Videotext/Teletext page viewer (.vtx files)
|
|
|
|
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
|
xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
MAN1= tunerctl.1 videotext.1 vtxget.1
|
|
|
|
FONTSDIR= lib/X11/fonts/local
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 502102
|
|
BROKEN= "Does not build"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|