From 53187cf14286c4ace15ba65a49e9937aa2a607b7 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 26 May 2005 01:44:10 +0000 Subject: Convert to OPTIONS. Approved by: maintainer --- net/mpich2/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'net/mpich2') diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 18ccfa50fe41..722a8e819daa 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -20,6 +20,13 @@ COMMENT= Message Passing Interface (MPI) Library CONFIGURE_ARGS= -prefix=${PREFIX}/mpich +OPTIONS= X11 "Enable MPE graphics" on \ + TK "Build with TK support" on \ + JAVA "Build with Java support" off \ + SSH "Enable SSH client support" on + +.include + .if defined(WITHOUT_X11) WITHOUT_TK= yes CONFIGURE_ARGS+=--disable-mpe_graphics @@ -177,9 +184,6 @@ MAN4= CLOG_Init.4 CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4 \ MPE_Describe_event.4 MPE_Get_mouse_press.4 MPE_Make_color_array.4 \ MPE_Print_datatype_unpack_action.4 -.include - -# To disable ssh client support, build with WITHOUT_SSH set. # Use ssh instead of rsh .if !defined(WITHOUT_SSH) .if ${OSVERSION} >= 400016 && exists(/usr/bin/ssh) -- cgit v1.2.3