diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-06-08 06:48:11 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-06-08 06:48:11 +0000 |
commit | c9662caeb799020cb335627a21a3d41aab638ec2 (patch) | |
tree | d780fba41b1a6db533f44ea9aba1620f65d573c9 /misc/videotext/Makefile | |
parent | Fix typo. (diff) |
a) update to version 19991029.
b) fix numerous places where the port did not obey all the ports rules
eg honour CFLAGS, use FONTSDIR, X11BASE, LOCALBASE and the INSTALL_XXX
definitions.
PR: ports/16732
PR: ports/19046
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/videotext/Makefile')
-rw-r--r-- | misc/videotext/Makefile | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile index 62753339f77a..0e52d0e0dabf 100644 --- a/misc/videotext/Makefile +++ b/misc/videotext/Makefile @@ -1,33 +1,25 @@ -# New ports collection makefile for: vbidecode +# New ports collection makefile for: videotext # Date created: Tue June 8 15:11:00 BST 1999 -# Whom: Roger Hardiman <roger@freebsd.org> +# Whom: Roger Hardiman <roger@FreeBSD.org> # # $FreeBSD$ # PORTNAME= videotext -PORTVERSION= 0.6.971023 +PORTVERSION= 0.6.19991029 CATEGORIES= misc MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/ -MAINTAINER= roger@freebsd.org +MAINTAINER= roger@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ xview.3:${PORTSDIR}/x11-toolkits/xview USE_X_PREFIX= yes USE_GMAKE= yes -MAN1= videotext.1 tunerctl.1 vtxget.1 +MAN1= tunerctl.1 videotext.1 vtxget.1 -.include <bsd.port.pre.mk> +FONTSDIR= lib/X11/fonts/local +PLIST_SUB= FONTSDIR=${FONTSDIR} -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 - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |