1999-06-08 17:48:39 +00:00
|
|
|
# New ports collection makefile for: vbidecode
|
1999-06-10 03:11:15 +00:00
|
|
|
# Version required: 0.6.971023
|
|
|
|
# Date created: Tue June 8 15:11:00 BST 1999
|
1999-06-08 17:48:39 +00:00
|
|
|
# Whom: Roger Hardiman <roger@freebsd.org>
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1999-06-08 17:48:39 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= videotext-0.6.971023
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/
|
|
|
|
|
|
|
|
MAINTAINER= roger@freebsd.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
|
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
|
|
|
xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
|
1999-06-10 03:11:15 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-06-08 17:48:39 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= videotext.1 tunerctl.1
|
|
|
|
|
1999-06-10 03:11:15 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
.if !exists(${X11BASE}/lib/X11/fonts/local)
|
|
|
|
@${ECHO} "*********************************************************"
|
|
|
|
@${ECHO} "Please update your XFree86 to version 3.3.3 or later"
|
|
|
|
@${ECHO} "or add ${X11BASE}/lib/X11/fonts/local to your font path"
|
|
|
|
@${ECHO} "in /etc/XF86Config."
|
|
|
|
@${ECHO} "*********************************************************"
|
|
|
|
.endif
|
|
|
|
|
1999-06-08 17:48:39 +00:00
|
|
|
.include <bsd.port.mk>
|