diff options
author | roger <roger@FreeBSD.org> | 2000-06-08 14:48:11 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-06-08 14:48:11 +0800 |
commit | 8b7086a236db04dcb84b64bf93dfa6adba672a9a (patch) | |
tree | 415c634b87d22ea076d10d8c5e2ad4548ce671b3 /misc/videotext/Makefile | |
parent | 69f7c0ca30d6ad20234ac782c54bf223ea3424b5 (diff) | |
download | freebsd-ports-gnome-8b7086a236db04dcb84b64bf93dfa6adba672a9a.tar.gz freebsd-ports-gnome-8b7086a236db04dcb84b64bf93dfa6adba672a9a.tar.zst freebsd-ports-gnome-8b7086a236db04dcb84b64bf93dfa6adba672a9a.zip |
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> |