aboutsummaryrefslogtreecommitdiff
path: root/x11/x3270/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-17 03:22:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-17 03:22:30 +0000
commit130f02caf2c97c8894c1e2e18c9ea98957ab3921 (patch)
tree5a9fac2ed838e5b3b6a854b4d36d3dd3ba8d4951 /x11/x3270/Makefile
parent58bbd86d539cd7569cc45baa80eaccfe0ef5f7a1 (diff)
downloadports-130f02caf2c97c8894c1e2e18c9ea98957ab3921.tar.gz
ports-130f02caf2c97c8894c1e2e18c9ea98957ab3921.zip
Notes
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r--x11/x3270/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile
index 1dd59a35ac94..81492ea94d97 100644
--- a/x11/x3270/Makefile
+++ b/x11/x3270/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 January 1995
# Whom: janek
#
-# $Id: Makefile,v 1.9 1996/11/18 09:55:36 asami Exp $
+# $Id: Makefile,v 1.10 1997/10/15 20:23:40 max Exp $
#
DISTNAME= x3270-3.1.1.6
@@ -18,4 +18,15 @@ USE_IMAKE= yes
MAN1= x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1
MANCOMPRESSED= yes
-.include <bsd.port.mk>
+.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
+
+.include <bsd.port.post.mk>